This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
codespaces-linux-stretch/.devcontainer
codespaces-linux/.devcontainer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
},
6
6
"settings" : {
7
7
"terminal.integrated.shell.linux" : " /bin/bash" ,
8
- "go.toolsManagement.checkForUpdates" : " off " ,
8
+ "go.toolsManagement.checkForUpdates" : " local " ,
9
9
"go.useLanguageServer" : true ,
10
10
"go.gopath" : " /go" ,
11
11
"go.goroot" : " /usr/local/go" ,
Original file line number Diff line number Diff line change 5
5
},
6
6
"settings" : {
7
7
"terminal.integrated.shell.linux" : " /bin/bash" ,
8
- "go.toolsManagement.checkForUpdates" : " off " ,
8
+ "go.toolsManagement.checkForUpdates" : " local " ,
9
9
"go.useLanguageServer" : true ,
10
10
"go.gopath" : " /go" ,
11
11
"go.goroot" : " /usr/local/go" ,
Original file line number Diff line number Diff line change 15
15
// Set *default* container specific settings.json values on container create.
16
16
"settings" : {
17
17
"terminal.integrated.shell.linux" : " /bin/bash" ,
18
- "go.toolsManagement.checkForUpdates" : " off " ,
18
+ "go.toolsManagement.checkForUpdates" : " local " ,
19
19
"go.useLanguageServer" : true ,
20
20
"go.gopath" : " /go" ,
21
21
"go.goroot" : " /usr/local/go"
You can’t perform that action at this time.
0 commit comments