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 929273f commit dab4ae6Copy full SHA for dab4ae6
.devcontainer.json
@@ -2,6 +2,16 @@
2
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
3
"customizations": {
4
"vscode": {
5
+ "settings": {
6
+ "json.schemas": [
7
+ {
8
+ "fileMatch": [
9
+ "*/devcontainer-feature.json"
10
+ ],
11
+ "url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
12
+ }
13
+ ]
14
+ },
15
"extensions": [
16
"mads-hartmann.bash-ide-vscode"
17
]
@@ -12,4 +22,4 @@
22
},
23
"remoteUser": "node",
24
"postCreateCommand": "npm install -g @devcontainers/cli"
-}
25
+}
0 commit comments