Skip to content

Commit abbdc35

Browse files
committed
Require VS Code 1.93, matching what Server Manager 3.8 needs
1 parent 6cf1ec6 commit abbdc35

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

package-lock.json

Lines changed: 24 additions & 9 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
],
5050
"engines": {
51-
"vscode": "^1.91.0"
51+
"vscode": "^1.93.0"
5252
},
5353
"enabledApiProposals": [
5454
"fileSearchProvider",
@@ -1815,16 +1815,17 @@
18151815
"test": "node ./out/test/runTest.js",
18161816
"lint": "eslint src/**",
18171817
"lint-fix": "eslint --fix src/**",
1818-
"download-api": "dts dev 1.91.0",
1818+
"download-api": "dts dev 1.93.0",
18191819
"postinstall": "npm run download-api"
18201820
},
18211821
"devDependencies": {
1822+
"@intersystems-community/intersystems-servermanager": "^3.8.0",
18221823
"@types/istextorbinary": "2.3.1",
18231824
"@types/minimatch": "5.1.2",
18241825
"@types/mocha": "^7.0.2",
18251826
"@types/node": "20.16.5",
18261827
"@types/semver": "7.5.4",
1827-
"@types/vscode": "1.91.0",
1828+
"@types/vscode": "1.93.0",
18281829
"@types/ws": "8.5.4",
18291830
"@types/xmldom": "^0.1.29",
18301831
"@typescript-eslint/eslint-plugin": "^4.32.0",

0 commit comments

Comments
 (0)