|
4 | 4 | "description": "CodeQL for Visual Studio Code", |
5 | 5 | "author": "GitHub", |
6 | 6 | "private": true, |
7 | | - "version": "1.11.1", |
| 7 | + "version": "1.12.1", |
8 | 8 | "publisher": "GitHub", |
9 | 9 | "license": "MIT", |
10 | 10 | "icon": "media/VS-marketplace-CodeQL-icon.png", |
|
21 | 21 | "Programming Languages" |
22 | 22 | ], |
23 | 23 | "extensionDependencies": [ |
24 | | - "hbenl.vscode-test-explorer", |
25 | 24 | "vscode.git" |
26 | 25 | ], |
27 | 26 | "capabilities": { |
|
546 | 545 | "command": "codeQL.runVariantAnalysisContextEditor", |
547 | 546 | "title": "CodeQL: Run Variant Analysis" |
548 | 547 | }, |
| 548 | + { |
| 549 | + "command": "codeQL.runVariantAnalysisContextExplorer", |
| 550 | + "title": "CodeQL: Run Variant Analysis" |
| 551 | + }, |
| 552 | + { |
| 553 | + "command": "codeQL.runVariantAnalysisPublishedPack", |
| 554 | + "title": "CodeQL: Run Variant Analysis against published pack" |
| 555 | + }, |
549 | 556 | { |
550 | 557 | "command": "codeQL.exportSelectedVariantAnalysisResults", |
551 | 558 | "title": "CodeQL: Export Variant Analysis Results" |
|
1322 | 1329 | "group": "9_qlCommands", |
1323 | 1330 | "when": "resourceScheme != codeql-zip-archive" |
1324 | 1331 | }, |
| 1332 | + { |
| 1333 | + "command": "codeQL.runVariantAnalysisContextExplorer", |
| 1334 | + "group": "9_qlCommands", |
| 1335 | + "when": "resourceExtname == .ql && config.codeQL.canary && config.codeQL.variantAnalysis.multiQuery" |
| 1336 | + }, |
1325 | 1337 | { |
1326 | 1338 | "command": "codeQL.openReferencedFileContextExplorer", |
1327 | 1339 | "group": "9_qlCommands", |
|
1398 | 1410 | "command": "codeQL.runVariantAnalysis", |
1399 | 1411 | "when": "editorLangId == ql && resourceExtname == .ql" |
1400 | 1412 | }, |
| 1413 | + { |
| 1414 | + "command": "codeQL.runVariantAnalysisContextExplorer", |
| 1415 | + "when": "false" |
| 1416 | + }, |
| 1417 | + { |
| 1418 | + "command": "codeQL.runVariantAnalysisPublishedPack", |
| 1419 | + "when": "config.codeQL.canary && config.codeQL.variantAnalysis.multiQuery" |
| 1420 | + }, |
1401 | 1421 | { |
1402 | 1422 | "command": "codeQL.runVariantAnalysisContextEditor", |
1403 | 1423 | "when": "false" |
|
1922 | 1942 | "d3-graphviz": "^5.0.2", |
1923 | 1943 | "fs-extra": "^11.1.1", |
1924 | 1944 | "js-yaml": "^4.1.0", |
1925 | | - "msw": "^2.0.11", |
| 1945 | + "msw": "^2.0.13", |
1926 | 1946 | "nanoid": "^5.0.1", |
1927 | 1947 | "node-fetch": "^2.6.7", |
1928 | 1948 | "p-queue": "^8.0.1", |
|
1939 | 1959 | "vscode-extension-telemetry": "^0.1.6", |
1940 | 1960 | "vscode-jsonrpc": "^8.0.2", |
1941 | 1961 | "vscode-languageclient": "^8.0.2", |
1942 | | - "vscode-test-adapter-api": "^1.7.0", |
1943 | | - "vscode-test-adapter-util": "^0.7.0", |
1944 | 1962 | "yauzl": "^2.10.0", |
1945 | 1963 | "zip-a-folder": "^3.1.3" |
1946 | 1964 | }, |
|
1960 | 1978 | "@storybook/addon-links": "^7.1.0", |
1961 | 1979 | "@storybook/components": "^7.6.7", |
1962 | 1980 | "@storybook/csf": "^0.1.1", |
1963 | | - "@storybook/manager-api": "^7.6.6", |
| 1981 | + "@storybook/manager-api": "^7.6.7", |
1964 | 1982 | "@storybook/react": "^7.1.0", |
1965 | 1983 | "@storybook/react-webpack5": "^7.6.7", |
1966 | 1984 | "@storybook/theming": "^7.6.7", |
1967 | | - "@testing-library/dom": "^9.3.0", |
| 1985 | + "@testing-library/dom": "^9.3.4", |
1968 | 1986 | "@testing-library/jest-dom": "^6.2.0", |
1969 | 1987 | "@testing-library/react": "^14.0.0", |
1970 | 1988 | "@testing-library/user-event": "^14.5.2", |
|
1997 | 2015 | "@vscode/test-electron": "^2.2.0", |
1998 | 2016 | "@vscode/vsce": "^2.19.0", |
1999 | 2017 | "ansi-colors": "^4.1.1", |
2000 | | - "applicationinsights": "^2.3.5", |
| 2018 | + "applicationinsights": "^2.9.2", |
2001 | 2019 | "cosmiconfig": "^9.0.0", |
2002 | 2020 | "cross-env": "^7.0.3", |
2003 | 2021 | "css-loader": "^6.8.1", |
|
2009 | 2027 | "eslint-plugin-github": "^4.4.1", |
2010 | 2028 | "eslint-plugin-import": "^2.29.1", |
2011 | 2029 | "eslint-plugin-jest-dom": "^5.0.1", |
2012 | | - "eslint-plugin-prettier": "^5.0.0", |
| 2030 | + "eslint-plugin-prettier": "^5.1.3", |
2013 | 2031 | "eslint-plugin-react": "^7.31.8", |
2014 | 2032 | "eslint-plugin-react-hooks": "^4.6.0", |
2015 | 2033 | "eslint-plugin-storybook": "^0.6.4", |
|
0 commit comments