Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Support virtual workspaces #736

Open
lszomoru opened this issue May 7, 2021 · 0 comments
Open

Support virtual workspaces #736

lszomoru opened this issue May 7, 2021 · 0 comments
Assignees
Labels
feature-request Adds currently unsupported functionality

Comments

@lszomoru
Copy link

lszomoru commented May 7, 2021

👋 Hi there, Martin here, from the VS Code team.

Recently we've announced the Remote Repository feature that lets you browse and edit files and folders directly on GitHub.

Open Remote Repository... opens VSCode on a folder or workspace located on a virtual file system. We call this a virtual workspace. We observed that not all extension support this well, either because they can not, or they haven't thought about it.

It would be fantastic if you could test whether your extension can handle virtual workspaces:

Check out the Virtual Workspaces Extension Author Guide on how to do that.

When done, set the new virtualWorkspaces capability in your 'package.json'.

{
  "capabilities": {
    "virtualWorkspaces": true | false
  }
}
  • Use "virtualWorkspaces": true if your extension is prepared for virtual workspaces
  • Use "virtualWorkspaces": false if your extension should be disabled when a virtual workspace is opened

For questions and comments please use the Virtual Workspaces Tracking Issue.

Thanks for the support and the great work! ❤️

@wingrunr21 wingrunr21 self-assigned this May 30, 2021
@wingrunr21 wingrunr21 added the feature-request Adds currently unsupported functionality label May 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Adds currently unsupported functionality
Projects
None yet
Development

No branches or pull requests

2 participants