Skip to content

Commit 82ba1c4

Browse files
authored
feat: Create devcontainer.json
For our friends in VSCode and Codespaces
1 parent 4ada3e9 commit 82ba1c4

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)