-
Notifications
You must be signed in to change notification settings - Fork 30k
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
npm extension activates in web despite declaring virtualWorkspaces: false
#163480
Comments
Virtual workspace check is only considered in Desktop. In web all extensions those are web enabled are enabled irrespective of virtual workspace. |
Can I ask why this is the case? The npm extension activates eagerly due to |
Virtual workspace support is only for desktop clients. In web all workspaces are virtual. CC @aeschli |
@sandy081 is right, and I agree it's a bit confusing. |
What do we want to change?
|
I would propose the following changes:
|
|
I don't think we have a work around for the |
virtualWorkspaces: false
in its package.json, which should disable it in all virtual workspacesThe text was updated successfully, but these errors were encountered: