Skip to content

Commit 35d98f6

Browse files
edoardopirovanoaeisenberg
authored andcommitted
Limit scope of save cache option.
1 parent b30121b commit 35d98f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/ql-vscode/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
"codeQL.runningQueries.saveCache": {
127127
"type": "boolean",
128128
"default": false,
129+
"scope": "window",
129130
"description": "Aggressively save intermediate results to the disk cache. This may speed up subsequent queries if they are similar. Be aware that using this option will greatly increase disk usage and initial evaluation time."
130131
},
131132
"codeQL.runningQueries.cacheSize": {

0 commit comments

Comments
 (0)