|
4 | 4 | "description": "CodeQL for Visual Studio Code", |
5 | 5 | "author": "GitHub", |
6 | 6 | "private": true, |
7 | | - "version": "1.0.4", |
| 7 | + "version": "1.0.6", |
8 | 8 | "publisher": "GitHub", |
9 | 9 | "license": "MIT", |
10 | 10 | "icon": "media/VS-marketplace-CodeQL-icon.png", |
|
31 | 31 | "onCommand:codeQL.setCurrentDatabase", |
32 | 32 | "onCommand:codeQLDatabases.chooseDatabase", |
33 | 33 | "onCommand:codeQLDatabases.setCurrentDatabase", |
| 34 | + "onCommand:codeQL.quickQuery", |
34 | 35 | "onWebviewPanel:resultsView", |
35 | 36 | "onFileSystem:codeql-zip-archive" |
36 | 37 | ], |
|
43 | 44 | "language-configuration.json" |
44 | 45 | ], |
45 | 46 | "contributes": { |
| 47 | + "configurationDefaults": { |
| 48 | + "[ql]": { |
| 49 | + "editor.wordBasedSuggestions": false |
| 50 | + }, |
| 51 | + "[dbscheme]": { |
| 52 | + "editor.wordBasedSuggestions": false |
| 53 | + } |
| 54 | + }, |
46 | 55 | "languages": [ |
47 | 56 | { |
48 | 57 | "id": "ql", |
|
146 | 155 | "command": "codeQL.quickEval", |
147 | 156 | "title": "CodeQL: Quick Evaluation" |
148 | 157 | }, |
| 158 | + { |
| 159 | + "command": "codeQL.quickQuery", |
| 160 | + "title": "CodeQL: Quick Query" |
| 161 | + }, |
149 | 162 | { |
150 | 163 | "command": "codeQL.chooseDatabase", |
151 | 164 | "title": "CodeQL: Choose Database", |
|
364 | 377 | "classnames": "~2.2.6", |
365 | 378 | "fs-extra": "^8.1.0", |
366 | 379 | "glob-promise": "^3.4.0", |
| 380 | + "js-yaml": "^3.12.0", |
367 | 381 | "node-fetch": "~2.6.0", |
368 | 382 | "react": "^16.8.6", |
369 | 383 | "react-dom": "^16.8.6", |
|
386 | 400 | "@types/glob": "^7.1.1", |
387 | 401 | "@types/google-protobuf": "^3.2.7", |
388 | 402 | "@types/gulp": "^4.0.6", |
| 403 | + "@types/js-yaml": "~3.12.1", |
389 | 404 | "@types/jszip": "~3.1.6", |
390 | 405 | "@types/mocha": "~5.2.7", |
391 | 406 | "@types/node": "^12.0.8", |
|
0 commit comments