From d770a705584f2e21014eb6e4948840243f76b539 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Thu, 6 May 2021 14:07:49 +0200 Subject: [PATCH] Updated Virtual Workspaces (markdown) --- Virtual-Workspaces.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Virtual-Workspaces.md b/Virtual-Workspaces.md index 4d0af08..5fdb202 100644 --- a/Virtual-Workspaces.md +++ b/Virtual-Workspaces.md @@ -10,6 +10,8 @@ We want to make sure as many extensions as possible work with virtual resources. This guide is for extension authors and documents how an extension can fully support a virtual workspace or, if it can not, how it can signal that it should be disabled when a virtual workspace is opened. +https://github.com/microsoft/vscode/issues/123115 can be used for questions and suggestions. + ## Is my extension affected? When a extension has no code but is a pure theme, keybinding, snippets, grammar extension, then it can run in a virtual workspace and no adoption is necessary.