Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit db00df7

Browse files
committed
Update with dev
2 parents 0195172 + 3810e54 commit db00df7

File tree

4 files changed

+7
-38
lines changed

4 files changed

+7
-38
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ In Device Simulator Express, you can use keyboard to interact with the device:
151151

152152

153153
## BBC micro:bit Simulator
154-
>**NOTE 1**: this feature is hidden by default. To use it, enable the feature flag in the "deviceSimulatorExpress.previewMode" user setting.
155-
156-
>**NOTE 2**: micro:bit simulation is still in development. Features may not work as intended.
157154

158155
### Features
159156
- IntelliSense and syntax highlighting for micro:bit code

locales/en/package.i18n.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"deviceSimulatorExpressExtension.commands.common.installDependencies": "Install Extension Dependencies",
33
"deviceSimulatorExpressExtension.commands.common.label": "Device Simulator Express",
4-
"deviceSimulatorExpressExtension.commands.common.gettingStarted": "Getting Started",
54
"deviceSimulatorExpressExtension.commands.common.runSimulator": "Run Simulator",
5+
"deviceSimulatorExpressExtension.commands.common.gettingStarted": "Getting Started",
6+
67
"deviceSimulatorExpressExtension.commands.common.changeBaudRate": "Change Baud Rate",
78
"deviceSimulatorExpressExtension.commands.common.closeSerialMonitor": "Close Serial Monitor",
89
"deviceSimulatorExpressExtension.commands.common.openSerialMonitor": "Open Serial Monitor",
9-
"deviceSimulatorExpressExtension.commands.common.selPectSerialPort": "Select Serial Port",
10+
"deviceSimulatorExpressExtension.commands.common.selectSerialPort": "Select Serial Port",
1011
"deviceSimulatorExpressExtension.commands.cpx.openSimulator": "[Circuit Playground Express] Open Simulator",
1112
"deviceSimulatorExpressExtension.commands.cpx.newFile": "[Circuit Playground Express] New File",
1213
"deviceSimulatorExpressExtension.commands.cpx.deployToDevice": "[Circuit Playground Express] Deploy to Device",
@@ -16,6 +17,5 @@
1617
"deviceSimulatorExpressExtension.configuration.title": "Device Simulator Express configuration",
1718
"deviceSimulatorExpressExtension.configuration.properties.configEnvOnChange": "When you change the Python interpreter, the Device Simulator Express will automatically configure itself for the required dependencies.",
1819
"deviceSimulatorExpressExtension.configuration.properties.debuggerPort": "The port the Server will listen on for communication with the debugger.",
19-
"deviceSimulatorExpressExtension.configuration.properties.dependencyChecker": "Whether or not to ask if we can download dependencies. If unchecked, the extension will default to never download dependencies, except when automatically creating a virtual environment in the extension files.",
20-
"deviceSimulatorExpressExtension.configuration.properties.previewMode": "Enable this to test out and play with the new micro:bit simulator!"
20+
"deviceSimulatorExpressExtension.configuration.properties.dependencyChecker": "Whether or not to ask if we can download dependencies. If unchecked, the extension will default to never download dependencies, except when automatically creating a virtual environment in the extension files."
2121
}

package.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -112,28 +112,6 @@
112112
"category": "%deviceSimulatorExpressExtension.commands.common.label%"
113113
}
114114
],
115-
"menus": {
116-
"commandPalette": [
117-
{
118-
"command": "deviceSimulatorExpress.microbit.deployToDevice",
119-
"title": "%deviceSimulatorExpressExtension.commands.microbit.deployToDevice%",
120-
"category": "%deviceSimulatorExpressExtension.commands.common.label%",
121-
"when": "config.deviceSimulatorExpress.previewMode"
122-
},
123-
{
124-
"command": "deviceSimulatorExpress.microbit.openSimulator",
125-
"title": "%deviceSimulatorExpressExtension.commands.microbit.openSimulator%",
126-
"category": "%deviceSimulatorExpressExtension.commands.common.label%",
127-
"when": "config.deviceSimulatorExpress.previewMode"
128-
},
129-
{
130-
"command": "deviceSimulatorExpress.microbit.newFile",
131-
"title": "%deviceSimulatorExpressExtension.commands.microbit.newFile%",
132-
"category": "%deviceSimulatorExpressExtension.commands.common.label%",
133-
"when": "config.deviceSimulatorExpress.previewMode"
134-
}
135-
]
136-
},
137115
"colors": [
138116
{
139117
"id": "highContrastButtonBorderOverride.color",
@@ -184,12 +162,6 @@
184162
"default": 5577,
185163
"description": "%deviceSimulatorExpressExtension.configuration.properties.debuggerPort%",
186164
"scope": "resource"
187-
},
188-
"deviceSimulatorExpress.previewMode": {
189-
"type": "boolean",
190-
"default": false,
191-
"description": "%deviceSimulatorExpressExtension.configuration.properties.previewMode%",
192-
"scope": "resource"
193165
}
194166
}
195167
},

package.nls.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"deviceSimulatorExpressExtension.commands.common.installDependencies": "Install Extension Dependencies",
33
"deviceSimulatorExpressExtension.commands.common.label": "Device Simulator Express",
4-
"deviceSimulatorExpressExtension.commands.common.gettingStarted": "Getting Started",
54
"deviceSimulatorExpressExtension.commands.common.runSimulator": "Run Simulator",
5+
"deviceSimulatorExpressExtension.commands.common.gettingStarted": "Getting Started",
6+
67
"deviceSimulatorExpressExtension.commands.common.changeBaudRate": "Change Baud Rate",
78
"deviceSimulatorExpressExtension.commands.common.closeSerialMonitor": "Close Serial Monitor",
89
"deviceSimulatorExpressExtension.commands.common.openSerialMonitor": "Open Serial Monitor",
@@ -16,6 +17,5 @@
1617
"deviceSimulatorExpressExtension.configuration.title": "Device Simulator Express configuration",
1718
"deviceSimulatorExpressExtension.configuration.properties.configEnvOnChange": "When you change the Python interpreter, the Device Simulator Express will automatically configure itself for the required dependencies.",
1819
"deviceSimulatorExpressExtension.configuration.properties.debuggerPort": "The port the Server will listen on for communication with the debugger.",
19-
"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.",
20-
"deviceSimulatorExpressExtension.configuration.properties.previewMode": "Enable this to test out and play with the new micro:bit simulator!"
20+
"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."
2121
}

0 commit comments

Comments
 (0)