From 41b1406d3a86566043dc4b49e41aba2e81a8612f Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 3 Jun 2021 16:51:33 -0400 Subject: [PATCH] Revert parts of "Fix #125395" Re-enables GitHub extension in untrusted workspaces From commit 01c6fb557d0d60846bea6adf9ca91a5e823cd029 --- extensions/github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/github/package.json b/extensions/github/package.json index 509f80681f9d3..f21080ab6f17d 100644 --- a/extensions/github/package.json +++ b/extensions/github/package.json @@ -23,7 +23,7 @@ "capabilities": { "virtualWorkspaces": false, "untrustedWorkspaces": { - "supported": false + "supported": true } }, "contributes": {