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 c809d17 commit 8b07c3fCopy full SHA for 8b07c3f
.devcontainer/devcontainer.json
@@ -15,7 +15,7 @@
15
},
16
// Add the IDs of extensions you want installed when the container is created.
17
"extensions": [
18
- "ms-vscode.go"
+ "golang.Go"
19
],
20
// Use 'forwardPorts' to make a list of ports inside the container available locally.
21
// "forwardPorts": [],
.vscode/extensions.json
@@ -1,5 +1,5 @@
1
{
2
"recommendations": [
3
4
]
5
}
0 commit comments