From d55067d4d0958639cd089243c770464e2a284207 Mon Sep 17 00:00:00 2001 From: Michael Suchacz <203725896+ibetitsmike@users.noreply.github.com> Date: Thu, 4 Dec 2025 14:15:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20feat(vscode):=20allow=20extensio?= =?UTF-8?q?n=20to=20be=20installed=20remotely?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add 'workspace' to extensionKind to enable remote installation. Bump version to 0.1.1. _Generated with mux_ --- vscode/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vscode/package.json b/vscode/package.json index 877fe09e3..38377325c 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,11 +2,12 @@ "name": "mux", "displayName": "mux", "description": "Open mux workspaces directly from VS Code", - "version": "0.1.0", + "version": "0.1.1", "publisher": "coder", "icon": "icon.png", "extensionKind": [ - "ui" + "ui", + "workspace" ], "engines": { "vscode": "^1.85.0"