Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode-extension-vscode is deprecated #52

Open
coliff opened this issue Sep 16, 2022 · 0 comments
Open

vscode-extension-vscode is deprecated #52

coliff opened this issue Sep 16, 2022 · 0 comments
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed

Comments

@coliff
Copy link
Member

coliff commented Sep 16, 2022

This extension currently uses 'vscode' dependency (https://github.com/Microsoft/vscode-extension-vscode#readme) which is deprecated.

They suggest to use @types/vscode and vscode-test instead.

We should look to migrate to those as they have fewer dependencies, allow greater flexibility in writing tests and will continue to receive updates.

Migration guide: https://code.visualstudio.com/api/working-with-extensions/testing-extension#migrating-from-vscode

@coliff coliff added help wanted Extra attention is needed dependencies Pull requests that update a dependency file labels Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant