Skip to content

Commit 74aacc0

Browse files
committed
Fix warning in devcontainer.json
1 parent 67f4116 commit 74aacc0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
2-
"extensions": [
3-
"github.vscode-codeql",
4-
"vsls-contrib.codetour"
5-
],
6-
"customizations": {
2+
"customizations": {
3+
"vscode": {
4+
"extensions": [
5+
"github.vscode-codeql",
6+
"vsls-contrib.codetour"
7+
],
8+
},
79
"codespaces": {
810
"openFiles": ["README.md"]
911
}

0 commit comments

Comments
 (0)