Skip to content

Commit 30af23a

Browse files
committed
fixup! Move features to the new organization
1 parent c82a3d9 commit 30af23a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.devcontainer/devcontainer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
// Configure tool-specific properties.
2323
"customizations": {
2424
"vscode": {
25-
"settings": {
26-
"json.schemas": [
27-
{
28-
"fileMatch": [
29-
"*/devcontainer-feature.json"
30-
],
31-
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
32-
}
33-
]
34-
},
35-
"extensions": [
36-
"mads-hartmann.bash-ide-vscode"
25+
"settings": {
26+
"json.schemas": [
27+
{
28+
"fileMatch": [
29+
"*/devcontainer-feature.json"
30+
],
31+
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
32+
}
3733
]
34+
},
35+
"extensions": [
36+
"mads-hartmann.bash-ide-vscode"
37+
]
3838
}
39-
},
39+
},
4040

4141
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
4242
"remoteUser": "node",

0 commit comments

Comments
 (0)