File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments