Skip to content

Commit 39ead74

Browse files
authored
Merge pull request #23 from github/shati-patel/devcontainer
Fix warning in devcontainer.json
2 parents 67f4116 + 9f832e6 commit 39ead74

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

.devcontainer/devcontainer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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
}
1012
},
11-
"onCreateCommand": "bash .devcontainer/onCreateCommand.sh",
12-
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh"
13+
"onCreateCommand": "bash .devcontainer/onCreateCommand.sh"
1314
}

.devcontainer/postCreateCommand.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)