vscode-cedar icon indicating copy to clipboard operation
vscode-cedar copied to clipboard

Update minimum supported VSCode engine version

Open hakanson opened this issue 1 month ago • 0 comments

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:

  1. support more APIs, such as AI extensibility in VS Code
  2. 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?

  • [x] 👋 I may be able to implement this feature request
  • [x] ⚠️ This feature might incur a breaking change

hakanson avatar Nov 11 '25 00:11 hakanson