From b4f5183d5e7a5382090fa546944c613c409c3ad5 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Thu, 6 May 2021 15:26:42 +0200 Subject: [PATCH] Updated Virtual Workspaces (markdown) --- Virtual-Workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Virtual-Workspaces.md b/Virtual-Workspaces.md index 1ecfd52..2db2f88 100644 --- a/Virtual-Workspaces.md +++ b/Virtual-Workspaces.md @@ -1,6 +1,6 @@ # Extension Author Guide for Supporting Virtual Workspaces -We have recently announced the [__Remote Repository__ feature](https://code.visualstudio.com/updates/v1_56#_remote-repositories-remotehub) that lets you browse and edit files and folders directly on GitHub. +We have recently announced the [__Remote Repository__](https://code.visualstudio.com/updates/v1_56#_remote-repositories-remotehub) feature that lets you browse and edit files and folders directly on GitHub. While developing and testing the feature, we have observed that not all extensions work well with it. What's special about Remote Repositories is that they open VSCode on a folder or workspace that is located on a virtual file system. We call this a __virtual workspace__.