Go Version Manager VSCode Extension READMEThe main idea of this extension is to allow you to install, uninstall and manage your current used Golang version using VSCode. It requires that you use Linux or Mac, and have gvm installed FeaturesGVM: Install Go versionUse this command to install a version of Go that is not yet installed in current machine. This will use GVM: Uninstall Go versionUse this command to remove a version of Go that is not yet installed in current machine. This will use GVM: Set current versionThis command will change the current version configured of Go to the selected version,
using
GVM: Set default versionThis command will change the current version configured of Go to the selected version,
using RequirementsYou need to have gvm installed Extension SettingsThis extension contributes the following settings:
Known IssuesCalling out known issues can help limit users opening duplicate issues against your extension. Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release of the extension with basic |