Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent overprompting for permission and account #1456

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Require VS Code 1.93, matching what Server Manager 3.8 needs
  • Loading branch information
gjsjohnmurray committed Nov 12, 2024
commit abbdc359eda8d93265b932dda0cdc9a2695ef21d
33 changes: 24 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
],
"engines": {
"vscode": "^1.91.0"
"vscode": "^1.93.0"
},
"enabledApiProposals": [
"fileSearchProvider",
Expand Down Expand Up @@ -1815,16 +1815,17 @@
"test": "node ./out/test/runTest.js",
"lint": "eslint src/**",
"lint-fix": "eslint --fix src/**",
"download-api": "dts dev 1.91.0",
"download-api": "dts dev 1.93.0",
"postinstall": "npm run download-api"
},
"devDependencies": {
"@intersystems-community/intersystems-servermanager": "^3.8.0",
"@types/istextorbinary": "2.3.1",
"@types/minimatch": "5.1.2",
"@types/mocha": "^7.0.2",
"@types/node": "20.16.5",
"@types/semver": "7.5.4",
"@types/vscode": "1.91.0",
"@types/vscode": "1.93.0",
"@types/ws": "8.5.4",
"@types/xmldom": "^0.1.29",
"@typescript-eslint/eslint-plugin": "^4.32.0",
Expand Down