Skip to content

Update minimum supported VSCode engine version #39

@hakanson

Description

@hakanson

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?

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions