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
Of the Code OSS based editors I use, here are versions as of 10-NOV:
Is this something that you'd be interested in working on?
Category
Other
Describe the feature you'd like to request
Currently the minimum support VSCode version is set to 1.83 in
package.json.Newer versions of vscode engine:
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
Of the Code OSS based editors I use, here are versions as of 10-NOV:
Is this something that you'd be interested in working on?