We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
@types/vscode
vscode-test
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This extension currently uses 'vscode' dependency (https://github.com/Microsoft/vscode-extension-vscode#readme) which is deprecated.
They suggest to use
@types/vscode
andvscode-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
The text was updated successfully, but these errors were encountered: