File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
issuerepo: golang/vscode-go
2
+ branch: vscgo-module-v0.0.1-deprecated
Original file line number Diff line number Diff line change
1
+ module github.com/golang/vscode-go/vscgo
2
+
3
+ go 1.20
4
+
5
+ retract [v0.0.0-0 , v0.0.1-deprecated ]
Original file line number Diff line number Diff line change 1
- // Copyright 2024 The Go Authors. All rights reserved.
1
+ // Copyright 2023 The Go Authors. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
7
7
// the extension is first activated.
8
8
package main
9
9
10
- import "github.com/golang/vscode-go/internal/vscgo"
10
+ import (
11
+ "fmt"
12
+ "os"
13
+ )
11
14
12
15
func main () {
13
- vscgo .Main ()
16
+ fmt .Fprintln (os .Stderr , "This is a deprecated version of vscgo. Please reinstall:" )
17
+ fmt .Fprintln (os .Stderr , " go install github.com/golang/vscode-go/vscgo@latest" )
14
18
}
You can’t perform that action at this time.
0 commit comments