Skip to content

Commit 8b07c3f

Browse files
authored
Update VS Code Go extension ID
1 parent c809d17 commit 8b07c3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
// Add the IDs of extensions you want installed when the container is created.
1717
"extensions": [
18-
"ms-vscode.go"
18+
"golang.Go"
1919
],
2020
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2121
// "forwardPorts": [],

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"recommendations": [
3-
"ms-vscode.go"
3+
"golang.Go"
44
]
55
}

0 commit comments

Comments
 (0)