Skip to content

Commit 8b8c00d

Browse files
authored
Merge pull request github#3584 from jbj/devcontainer
Codespaces: initial configuration
2 parents 688f540 + 19d4011 commit 8b8c00d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"extensions": [
3+
"github.vscode-codeql",
4+
"slevesque.vscode-zipexplorer"
5+
],
6+
"settings": {
7+
"codeQL.experimentalBqrsParsing": true
8+
}
9+
}

0 commit comments

Comments
 (0)