We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3f435 commit a7d34a1Copy full SHA for a7d34a1
.devcontainer/devcontainer.json
@@ -0,0 +1,27 @@
1
+{
2
+ "customizations": {
3
+ "codespaces": {
4
+ "extensions": [
5
+ "github.vscode-codeql"
6
+ ],
7
+ "settings": {
8
+ "codeQL.runningQueries.memory": 4096,
9
+ "codeQL.runningQueries.autoSave": true,
10
+ "CodeQL.canary.enabled": true
11
+ }
12
+ },
13
+ "vscode": {
14
15
16
17
18
19
20
21
22
23
+ "postCreateCommand": "",
24
+ "hostRequirements": {
25
+ "memory": "16gb"
26
27
0 commit comments