vscode-cedar
vscode-cedar copied to clipboard
Update minimum supported VSCode engine version
Category
Other
Describe the feature you'd like to request
Currently the minimum support VSCode version is set to 1.83 in package.json.
"engines": {
"vscode": "^1.83.0"
},
Newer versions of vscode engine:
- support more APIs, such as AI extensibility in VS Code
- run on newer versions of Node.js which are in active support (receive security fixes) and run newer ECMAScript versions
Describe alternatives you've considered
Leave "as-is" until a specific VS Code API or feature of Node.js is required. This doesn't affect the running of the extension on newer versions.
Additional context
Some key versions and their dates / related Node.js versions
- September 2023 (version 1.83) Electron 25 (Chromium 114.0.5735.289 and Node.js 18.15.0)
- October 2024 (version 1.95) moved to Electron 32 (Chromium 128.0.6613.186 and Node.js 20.18.0)
- May 2025 (version 1.101) moved to Electron 35 (Chromium 134.0.6998.205 and Node.js 22.15.1)
Of the Code OSS based editors I use, here are versions as of 10-NOV:
- Visual Studio Code Version: 1.105.1
- Kiro: VSCode Version: 1.103.2
- Code Editor, based on Code-OSS Version: 1.101.0
Is this something that you'd be interested in working on?
- [x] 👋 I may be able to implement this feature request
- [x] ⚠️ This feature might incur a breaking change