From 6ce4655c56b83fae8aac217dcae2cafe079453e5 Mon Sep 17 00:00:00 2001 From: Osvaldo Ortega Date: Thu, 26 Feb 2026 14:54:56 -0800 Subject: [PATCH] enable virtual workspaces capability in package.json --- 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 0e33a21f918..bce90fe1812 100644 --- a/extensions/github/package.json +++ b/extensions/github/package.json @@ -22,7 +22,7 @@ "main": "./out/extension.js", "type": "module", "capabilities": { - "virtualWorkspaces": false, + "virtualWorkspaces": true, "untrustedWorkspaces": { "supported": true }