Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit c7b4db8

Browse files
authored
Merge pull request #319 from aeisenberg/patch-1
Update devcontainer memory settings
2 parents aac303c + 2e8e970 commit c7b4db8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"slevesque.vscode-zipexplorer"
55
],
66
"settings": {
7-
"codeQL.experimentalBqrsParsing": true,
8-
"codeQL.experimentalFeatures": true,
7+
"codeQL.runningQueries.memory": 2048,
98
"codeQL.runningQueries.debug": true
109
}
11-
}
10+
}

0 commit comments

Comments
 (0)