fix(vscode): raise the VS Code minimum to 1.115 for per-model configuration

This commit is contained in:
mateo-berri 2026-09-18 13:28:28 -07:00
parent d16d17d2d2
commit eeca8b682b
3 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ Add the same provider again with another name to reach a second gateway or a sec
## Requirements
VS Code 1.109 or newer and a LiteLLM AI Gateway the key can reach. The key needs access to at least one model group whose mode is `chat`
VS Code 1.115 or newer and a LiteLLM AI Gateway the key can reach. The key needs access to at least one model group whose mode is `chat`
## Development

View file

@ -13,14 +13,14 @@
},
"devDependencies": {
"@types/node": "^22.20.3",
"@types/vscode": "1.109.0",
"@types/vscode": "1.115.0",
"@vscode/vsce": "^4.0.0",
"esbuild": "^0.28.2",
"typescript": "^5.9.3",
"vitest": "^4.1.11"
},
"engines": {
"vscode": "^1.109.0"
"vscode": "^1.115.0"
}
},
"node_modules/@azure/abort-controller": {
@ -1301,9 +1301,9 @@
}
},
"node_modules/@types/vscode": {
"version": "1.109.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.109.0.tgz",
"integrity": "sha512-0Pf95rnwEIwDbmXGC08r0B4TQhAbsHQ5UyTIgVgoieDe4cOnf92usuR5dEczb6bTKEp7ziZH4TV1TRGPPCExtw==",
"version": "1.115.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.115.0.tgz",
"integrity": "sha512-/M8cdznOlqtMqduHKKlIF00v4eum4ZWKgn8YoPRKcN6PDdvoWeeqDaQSnw63ipDbq1Uzz78Wndk/d0uSPwORfA==",
"dev": true,
"license": "MIT"
},

View file

@ -15,7 +15,7 @@
"url": "https://github.com/BerriAI/litellm/issues"
},
"engines": {
"vscode": "^1.109.0"
"vscode": "^1.115.0"
},
"categories": [
"AI",
@ -78,7 +78,7 @@
},
"devDependencies": {
"@types/node": "^22.20.3",
"@types/vscode": "1.109.0",
"@types/vscode": "1.115.0",
"@vscode/vsce": "^4.0.0",
"esbuild": "^0.28.2",
"typescript": "^5.9.3",