Skip to content

Commit 0b8644d

Browse files
committed
Add gobyexample extension
1 parent 4050d12 commit 0b8644d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848

4949
// Add the IDs of extensions you want installed when the container is created.
5050
"extensions": [
51-
"golang.go"
51+
"golang.go",
52+
"stuartleeks.vscode-go-by-example"
5253
]
5354

5455
// Use 'forwardPorts' to make a list of ports inside the container available locally.

0 commit comments

Comments
 (0)