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 0561924 commit fe05975Copy full SHA for fe05975
.devcontainer.json
@@ -2,6 +2,14 @@
2
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
3
"customizations": {
4
"vscode": {
5
+ "settings": {
6
+ "json.schemas": [
7
+ {
8
+ "fileMatch": ["**/devcontainer-feature.json"],
9
+ "url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
10
+ }
11
+ ]
12
+ },
13
"extensions": [
14
"cschleiden.vscode-github-actions",
15
"EditorConfig.EditorConfig",
0 commit comments