|
2 | 2 | "name": "vscode-objectscript", |
3 | 3 | "displayName": "InterSystems ObjectScript", |
4 | 4 | "description": "InterSystems ObjectScript language support for Visual Studio Code", |
5 | | - "version": "3.0.7-SNAPSHOT", |
| 5 | + "version": "3.2.1-SNAPSHOT", |
6 | 6 | "icon": "images/logo.png", |
7 | 7 | "aiKey": "InstrumentationKey=9cd75d51-697c-406c-a929-2bcf46e97c64;IngestionEndpoint=https://eastus2-4.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus2.livediagnostics.monitor.azure.com/;ApplicationId=a431c56f-8ccc-4b99-b5e9-fce3763215b1", |
8 | 8 | "categories": [ |
|
48 | 48 | } |
49 | 49 | ], |
50 | 50 | "engines": { |
51 | | - "vscode": "^1.93.0" |
| 51 | + "vscode": "^1.104.0" |
52 | 52 | }, |
53 | 53 | "enabledApiProposals": [ |
54 | 54 | "fileSearchProvider", |
|
225 | 225 | }, |
226 | 226 | { |
227 | 227 | "command": "vscode-objectscript.showClassDocumentationPreview", |
228 | | - "when": "editorLangId == objectscript-class && activeCustomEditorId == ''" |
| 228 | + "when": "false" |
| 229 | + }, |
| 230 | + { |
| 231 | + "command": "vscode-objectscript.showAllClassMembers", |
| 232 | + "when": "false" |
229 | 233 | }, |
230 | 234 | { |
231 | 235 | "command": "vscode-objectscript.exportCurrentFile", |
|
535 | 539 | "command": "vscode-objectscript.showClassDocumentationPreview", |
536 | 540 | "group": "navigation@3", |
537 | 541 | "when": "editorLangId == objectscript-class && activeCustomEditorId == ''" |
| 542 | + }, |
| 543 | + { |
| 544 | + "command": "vscode-objectscript.showAllClassMembers", |
| 545 | + |
| 546 | + "when": "vscode-objectscript.connectActive && editorLangId == objectscript-class && activeCustomEditorId == ''" |
538 | 547 | } |
539 | 548 | ], |
540 | 549 | "editor/title/context": [ |
541 | | - { |
542 | | - "command": "vscode-objectscript.showClassDocumentationPreview", |
543 | | - "group": "1_open", |
544 | | - "when": "resourceLangId == objectscript-class && activeCustomEditorId == ''" |
545 | | - }, |
546 | 550 | { |
547 | 551 | "command": "vscode-objectscript.showRESTDebugWebview", |
548 | 552 | "group": "1_open", |
|
1194 | 1198 | "command": "vscode-objectscript.openISCDocument", |
1195 | 1199 | "title": "Open InterSystems Document...", |
1196 | 1200 | "icon": "$(go-to-file)" |
| 1201 | + }, |
| 1202 | + { |
| 1203 | + "category": "ObjectScript", |
| 1204 | + "command": "vscode-objectscript.showAllClassMembers", |
| 1205 | + "title": "Show All Class Members", |
| 1206 | + "icon": "$(symbol-class)" |
1197 | 1207 | } |
1198 | 1208 | ], |
1199 | 1209 | "keybindings": [ |
|
1805 | 1815 | "test": "node ./out/test/runTest.js", |
1806 | 1816 | "lint": "eslint src/**", |
1807 | 1817 | "lint-fix": "eslint --fix src/**", |
1808 | | - "download-api": "dts dev 1.93.0", |
| 1818 | + "download-api": "dts dev 1.104.0", |
1809 | 1819 | "postinstall": "npm run download-api" |
1810 | 1820 | }, |
1811 | 1821 | "devDependencies": { |
|
1816 | 1826 | "@types/mocha": "^7.0.2", |
1817 | 1827 | "@types/node": "20.17.6", |
1818 | 1828 | "@types/semver": "7.5.4", |
1819 | | - "@types/vscode": "1.93.0", |
| 1829 | + "@types/vscode": "1.104.0", |
1820 | 1830 | "@types/ws": "8.18.0", |
1821 | 1831 | "@types/xmldom": "^0.1.34", |
1822 | 1832 | "@typescript-eslint/eslint-plugin": "^8.15.0", |
|
1846 | 1856 | "@vscode/debugprotocol": "^1.68.0", |
1847 | 1857 | "@vscode/extension-telemetry": "^1.0.0", |
1848 | 1858 | "@xmldom/xmldom": "^0.9.8", |
1849 | | - "axios": "^1.8.4", |
| 1859 | + "axios": "^1.12.0", |
1850 | 1860 | "core-js": "^3.41.0", |
1851 | 1861 | "iconv-lite": "^0.6.3", |
1852 | 1862 | "istextorbinary": "^7.0.0", |
|
0 commit comments