|
1 | 1 | {
|
2 | 2 | "deviceSimulatorExpressExtension.commands.common.installDependencies": "Install Extension Dependencies",
|
3 | 3 | "deviceSimulatorExpressExtension.commands.common.label": "Device Simulator Express",
|
4 |
| - "deviceSimulatorExpressExtension.commands.common.gettingStarted": "Getting Started", |
5 | 4 | "deviceSimulatorExpressExtension.commands.common.runSimulator": "Run Simulator",
|
| 5 | + "deviceSimulatorExpressExtension.commands.common.gettingStarted": "Getting Started", |
| 6 | + |
6 | 7 | "deviceSimulatorExpressExtension.commands.common.changeBaudRate": "Change Baud Rate",
|
7 | 8 | "deviceSimulatorExpressExtension.commands.common.closeSerialMonitor": "Close Serial Monitor",
|
8 | 9 | "deviceSimulatorExpressExtension.commands.common.openSerialMonitor": "Open Serial Monitor",
|
9 |
| - "deviceSimulatorExpressExtension.commands.common.selPectSerialPort": "Select Serial Port", |
| 10 | + "deviceSimulatorExpressExtension.commands.common.selectSerialPort": "Select Serial Port", |
10 | 11 | "deviceSimulatorExpressExtension.commands.cpx.openSimulator": "[Circuit Playground Express] Open Simulator",
|
11 | 12 | "deviceSimulatorExpressExtension.commands.cpx.newFile": "[Circuit Playground Express] New File",
|
12 | 13 | "deviceSimulatorExpressExtension.commands.cpx.deployToDevice": "[Circuit Playground Express] Deploy to Device",
|
|
16 | 17 | "deviceSimulatorExpressExtension.configuration.title": "Device Simulator Express configuration",
|
17 | 18 | "deviceSimulatorExpressExtension.configuration.properties.configEnvOnChange": "When you change the Python interpreter, the Device Simulator Express will automatically configure itself for the required dependencies.",
|
18 | 19 | "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." |
21 | 21 | }
|
0 commit comments