-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Manage special defaults of the virtualWorkspaces
property
#122836
Comments
@aeschli from the release note that it seems we generated list by checking if an extension is using |
@rebornix @aeschli has started to update the guide https://github.com/microsoft/vscode/wiki/Virtual-Workspaces and there is more info available. Just to share what I've found when I did the initial checking of the Vim extension. I found that it works OK, but I haven't tested all the features of Vim. From reviewing the code the extension already abstracts |
virtualWorkspaces
propertyvirtualWorkspaces
property
My Angular Schematics extension is doing a lot of files/paths management, and trying to comply with the virtual workspaces guide (PR cyrilletuzi/vscode-angular-schematics#551) revealed many things (being forced to use |
@cyrilletuzi You can find path like utilities in the |
@aeschli Thanks,
Also, there is still some issues and missing features so I'm able to get rid of all Node APIs:
|
Only one more adoption since July. My guess is that given we provide the default, the listed extensions don't have any pressure to adopt. I'll close this issue now and will make changes to our default on request. |
Extensions have started to adopt the new Virtual Workspace capability: Guide, Tracking Issue
Until extensions have adopted the new capability, we came up with an internal list of extensions that we think should be disabled in virtual workspaces. The list that is reflected in product's project.json.
The issue is used to keep the list updated. We can remove extensions as a soon as they adopted the
virtualWorkspaces
property.The text was updated successfully, but these errors were encountered: