Skip to content

Commit 00d0be2

Browse files
authored
Merge pull request #54 from GitHubSecurityLab/vscode-devcontainer
feat: Create devcontainer.json
2 parents 4ada3e9 + 82ba1c4 commit 00d0be2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "CodeQL-Community-Packs",
3+
"extensions": [
4+
"github.vscode-codeql",
5+
"github.copilot"
6+
],
7+
"settings": {
8+
"codeQL.runningQueries.autoSave": true,
9+
"codeQL.runningQueries.numberOfThreads": 4,
10+
"codeQL.runningQueries.debug": true,
11+
"editor.formatOnSave": true
12+
},
13+
"postCreateCommand": "git submodule init && git submodule update --recursive",
14+
"remoteUser": "root"
15+
}

0 commit comments

Comments
 (0)