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 9aa25bc commit 29a3267Copy full SHA for 29a3267
.devcontainer/devcontainer.json
@@ -0,0 +1,15 @@
1
+{
2
+ "name": "template-rust",
3
+ // https://mcr.microsoft.com/en-us/artifact/mar/devcontainers/go/tags
4
+ "image": "mcr.microsoft.com/devcontainers/go:dev-1.23-bookworm",
5
+ "customizations": {
6
+ "vscode": {
7
+ "extensions": [
8
+ "golang.go",
9
+ "GitHub.copilot-chat"
10
+ ]
11
+ }
12
+ },
13
+ "postCreateCommand": "make install-deps-dev",
14
+ "remoteUser": "vscode"
15
+}
0 commit comments