We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8911728 commit a06e1afCopy full SHA for a06e1af
1 file changed
.devcontainer/devcontainer.json
@@ -4,12 +4,12 @@
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
- }
+ {
+ "fileMatch": [
+ "*/devcontainer-feature.json"
+ ],
+ "url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
+ }
13
]
14
},
15
"extensions": [
0 commit comments