From d5bf71c9e49fae642b71f46f9a31a7018cfc14f7 Mon Sep 17 00:00:00 2001 From: Benjamin Levesque <14175665+benjlevesque@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:05:34 +0100 Subject: [PATCH] feat: add changeActiveConnection command to palette --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba344354e..5a603fd58 100644 --- a/package.json +++ b/package.json @@ -762,7 +762,7 @@ }, { "command": "mdb.changeActiveConnection", - "when": "false" + "when": "mdb.isPlayground" }, { "command": "mdb.changeExportToLanguageAddons",