Address review comments

This commit is contained in:
shati-patel
2021-08-24 12:24:47 +01:00
committed by Shati Patel
parent 38a64017f2
commit f856e3ac2c
2 changed files with 6 additions and 0 deletions

View File

@@ -183,6 +183,8 @@
"codeQL.runningQueries.maxPaths": {
"type": "integer",
"default": 4,
"minimum": 1,
"maximum": 256,
"markdownDescription": "Max number of paths to display for each alert found by a path query (`@kind path-problem`)."
},
"codeQL.runningQueries.autoSave": {

View File

@@ -48,6 +48,10 @@ describe('config listeners', function() {
name: 'codeQL.runningTests.numberOfThreads',
property: 'numberTestThreads',
values: [1, 0]
}, {
name: 'codeQL.runningQueries.maxPaths',
property: 'maxPaths',
values: [0, 1]
}]
},
{