|
99 | 99 | "scope": "machine", |
100 | 100 | "type": "string", |
101 | 101 | "default": "", |
102 | | - "description": "Path to the CodeQL executable that should be used by the CodeQL extension. The executable is named `codeql` on Linux/Mac and `codeql.cmd` on Windows. This overrides all other CodeQL CLI settings." |
| 102 | + "description": "Path to the CodeQL executable that should be used by the CodeQL extension. The executable is named `codeql` on Linux/Mac and `codeql.exe` on Windows. This overrides all other CodeQL CLI settings." |
103 | 103 | }, |
104 | 104 | "codeQL.runningQueries.numberOfThreads": { |
105 | 105 | "type": "integer", |
|
208 | 208 | "command": "codeQLQueryHistory.itemClicked", |
209 | 209 | "title": "Query History Item" |
210 | 210 | }, |
| 211 | + { |
| 212 | + "command": "codeQLQueryHistory.showQueryLog", |
| 213 | + "title": "Show Query Log" |
| 214 | + }, |
211 | 215 | { |
212 | 216 | "command": "codeQLQueryResults.nextPathStep", |
213 | 217 | "title": "CodeQL: Show Next Step on Path" |
|
272 | 276 | "group": "9_qlCommands", |
273 | 277 | "when": "view == codeQLQueryHistory" |
274 | 278 | }, |
| 279 | + { |
| 280 | + "command": "codeQLQueryHistory.showQueryLog", |
| 281 | + "group": "9_qlCommands", |
| 282 | + "when": "view == codeQLQueryHistory" |
| 283 | + }, |
275 | 284 | { |
276 | 285 | "command": "codeQLTests.showOutputDifferences", |
277 | 286 | "group": "qltest@1", |
|
328 | 337 | "command": "codeQLQueryHistory.itemClicked", |
329 | 338 | "when": "false" |
330 | 339 | }, |
| 340 | + { |
| 341 | + "command": "codeQLQueryHistory.showQueryLog", |
| 342 | + "when": "false" |
| 343 | + }, |
331 | 344 | { |
332 | 345 | "command": "codeQLQueryHistory.setLabel", |
333 | 346 | "when": "false" |
|
447 | 460 | "@typescript-eslint/eslint-plugin": "~2.23.0", |
448 | 461 | "@typescript-eslint/parser": "~2.23.0", |
449 | 462 | "chai-as-promised": "~7.1.1", |
450 | | - "@types/chai-as-promised": "~7.1.2" |
| 463 | + "@types/chai-as-promised": "~7.1.2", |
| 464 | + "@types/sinon": "~7.5.2", |
| 465 | + "sinon-chai": "~3.5.0", |
| 466 | + "@types/sinon-chai": "~3.2.3", |
| 467 | + "proxyquire": "~2.1.3", |
| 468 | + "@types/proxyquire": "~1.3.28" |
451 | 469 | } |
452 | 470 | } |
0 commit comments