We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b70563 commit b33ce83Copy full SHA for b33ce83
src/goMain.ts
@@ -580,7 +580,7 @@ function showGoWelcomePage(ctx: vscode.ExtensionContext) {
580
const showVersions: string[] = ['0.22.0'];
581
// TODO(hyangah): use the content hash instead of hard-coded string.
582
// https://github.com/golang/vscode-go/issue/1179
583
- let goExtensionVersion = 'v0.22.0';
+ let goExtensionVersion = '0.22.0';
584
let goExtensionVersionKey = 'go.extensionVersion';
585
if (isInPreviewMode()) {
586
goExtensionVersion = '0.0.0';
0 commit comments