From 58571747f719acdd0f418e21cac68314b5e6ee8f Mon Sep 17 00:00:00 2001 From: Vandy Liu Date: Wed, 26 Feb 2020 16:36:29 -0800 Subject: [PATCH] Fixed command pallete bug --- package.nls.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.nls.json b/package.nls.json index a80c9d92a..1092a8d4a 100644 --- a/package.nls.json +++ b/package.nls.json @@ -14,5 +14,6 @@ "deviceSimulatorExpressExtension.configuration.title": "Device Simulator Express configuration", "deviceSimulatorExpressExtension.configuration.properties.configEnvOnChange": "When you change the Python interpreter, the Device Simulator Express will automatically configure itself for the required dependencies.", "deviceSimulatorExpressExtension.configuration.properties.debuggerPort": "The port the Server will listen on for communication with the debugger.", - "deviceSimulatorExpressExtension.configuration.properties.dependencyChecker": "Whether or not to ask for dependency downloads. If unchecked, the extension will default to never download dependencies, except when automatically creating a virtual environment in the extension files." + "deviceSimulatorExpressExtension.configuration.properties.dependencyChecker": "Whether or not to ask for dependency downloads. If unchecked, the extension will default to never download dependencies, except when automatically creating a virtual environment in the extension files.", "deviceSimulatorExpressExtension.configuration.properties.previewMode": "Enable this to test out and play with the new micro:bit simulator!" +}