Skip to content

Modernize VS Code engine & devDeps#3

Draft
tonykuttai wants to merge 1 commit into
masterfrom
modernize/vscode-updates-2025
Draft

Modernize VS Code engine & devDeps#3
tonykuttai wants to merge 1 commit into
masterfrom
modernize/vscode-updates-2025

Conversation

@tonykuttai
Copy link
Copy Markdown
Owner

This draft PR contains conservative, low-risk modernizations to prepare the extension for a modern VS Code/tooling environment:

  • Set engines.vscode to ^1.75.0 (previous value was invalid)
  • Removed enabledApiProposals (experimental proposals)
  • Bumped @types/node to ^18.16.0 and typescript to ^5.1.6

Next steps I recommend (I can do these if you want):

  1. Run npm install and npm run compile to surface type/build errors.
  2. Update @types/vscode to match the target VS Code engine if needed.
  3. Migrate any deprecated VS Code API usage found during the build.

I've left the rest of the repo untouched. Please review and tell me if you want me to proceed with installs/builds and API migration.

Signed-off-by: GitHub Copilot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant