-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Proposal for separating the vscode tools from the vscode API #970
Comments
Here is the proposal that you can already try out by installing the generator from the next branch:
To not break existing extensions, we publish the In order for existing extensions to adopt this change:
Note: If you leave the |
@bpasero Should |
@felixfbecker devDependencies |
Currently the vscode node module combines the tools and the vscode API into one unit, we want to decouple the API from the used modules.
Support that the vscode tools and its API can evolve separately.
The text was updated successfully, but these errors were encountered: