From 8210f7a4f405f25e19bc47ca8f96ef82951623ac Mon Sep 17 00:00:00 2001 From: Benjamin Levesque <14175665+benjlevesque@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:28:15 +0100 Subject: [PATCH] feat: add changeActiveConnection command to palette in playgrounds (#700) --- 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",