Skip to content

Commit 38a5d7c

Browse files
authored
Update minimum VS Code version to 1.75 (intersystems-community#1186)
1 parent 5636765 commit 38a5d7c

File tree

2 files changed

+12
-47
lines changed

2 files changed

+12
-47
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848
],
4949
"engines": {
50-
"vscode": "^1.66.0"
50+
"vscode": "^1.75.0"
5151
},
5252
"enabledApiProposals": [
5353
"fileSearchProvider",
@@ -61,52 +61,17 @@
6161
"workspaceContains:**/*.inc",
6262
"workspaceContains:**/*.csp",
6363
"workspaceContains:**/*.csr",
64-
"onCommand:vscode-objectscript.export",
65-
"onCommand:vscode-objectscript.compile",
66-
"onCommand:vscode-objectscript.refreshLocalFile",
67-
"onCommand:vscode-objectscript.viewOthers",
68-
"onCommand:vscode-objectscript.jumpToTagAndOffset",
69-
"onCommand:vscode-objectscript.previewXml",
70-
"onCommand:vscode-objectscript.explorer.refresh",
71-
"onCommand:vscode-objectscript.explorer.project.refresh",
7264
"onCommand:vscode-objectscript.explorer.open",
73-
"onCommand:vscode-objectscript.compileFolder",
74-
"onCommand:vscode-objectscript.importFolder",
75-
"onCommand:vscode-objectscript.addServerNamespaceToWorkspace",
76-
"onCommand:vscode-objectscript.connectFolderToServerNamespace",
77-
"onCommand:vscode-objectscript.hideExplorerForWorkspace",
78-
"onCommand:vscode-objectscript.showExplorerForWorkspace",
79-
"onCommand:vscode-objectscript.createProject",
80-
"onCommand:vscode-objectscript.deleteProject",
81-
"onCommand:vscode-objectscript.addItemsToProject",
82-
"onCommand:vscode-objectscript.removeItemsFromProject",
83-
"onCommand:vscode-objectscript.loadStudioSnippets",
84-
"onCommand:vscode-objectscript.loadStudioColors",
85-
"onCommand:vscode-objectscript.newFile.businessOperation",
86-
"onCommand:vscode-objectscript.newFile.bpl",
87-
"onCommand:vscode-objectscript.newFile.rule",
88-
"onCommand:vscode-objectscript.newFile.businessService",
89-
"onCommand:vscode-objectscript.newFile.dtl",
90-
"onCommand:vscode-objectscript.modifyWsFolder",
91-
"onCommand:vscode-objectscript.openErrorLocation",
92-
"onCommand:vscode-objectscript.launchWebSocketTerminal",
93-
"onCommand:vscode-objectscript.intersystems-servermanager.webterminal",
94-
"onCommand:vscode-objectscript.importXMLFiles",
95-
"onCommand:vscode-objectscript.exportToXMLFile",
96-
"onTerminalProfile:vscode-objectscript.webSocketTerminal",
9765
"onLanguage:objectscript",
9866
"onLanguage:objectscript-int",
9967
"onLanguage:objectscript-class",
10068
"onLanguage:objectscript-macros",
10169
"onLanguage:xml",
102-
"onView:ObjectScriptExplorer",
103-
"onView:ObjectScriptProjectsExplorer",
10470
"onView:intersystems-community_servermanager",
10571
"onFileSystem:isfs",
10672
"onFileSystem:isfs-readonly",
10773
"onFileSystem:objectscript",
108-
"onDebugInitialConfigurations",
109-
"onCustomEditor:vscode-objectscript.rule"
74+
"onDebugInitialConfigurations"
11075
],
11176
"main": "./dist/extension",
11277
"browser": "./dist/web-extension",
@@ -1703,15 +1668,15 @@
17031668
"test": "node ./out/test/runTest.js",
17041669
"lint": "eslint src/**",
17051670
"lint-fix": "eslint --fix src/**",
1706-
"download-api": "dts dev 1.66.0",
1671+
"download-api": "dts dev 1.75.0",
17071672
"postinstall": "npm run download-api"
17081673
},
17091674
"devDependencies": {
17101675
"@types/glob": "^7.1.2",
17111676
"@types/istextorbinary": "2.3.1",
17121677
"@types/mocha": "^7.0.2",
17131678
"@types/node": "^14.18.0",
1714-
"@types/vscode": "^1.66.0",
1679+
"@types/vscode": "1.75.0",
17151680
"@types/ws": "^7.2.5",
17161681
"@types/xmldom": "^0.1.29",
17171682
"@typescript-eslint/eslint-plugin": "^4.32.0",

0 commit comments

Comments
 (0)