This repository has been archived by the owner on Dec 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vandy Liu
committed
Feb 14, 2020
1 parent
8891bf5
commit ce37920
Showing
2 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"deviceSimulatorExpressExtension.commands.changeBaudRate": "Change Baud Rate", | ||
"deviceSimulatorExpressExtension.commands.closeSerialMonitor": "Close Serial Monitor", | ||
"deviceSimulatorExpressExtension.commands.installDependencies": "Install Extension Dependencies", | ||
"deviceSimulatorExpressExtension.commands.label": "Device Simulator Express", | ||
"deviceSimulatorExpressExtension.commands.openSerialMonitor": "Open Serial Monitor", | ||
"deviceSimulatorExpressExtension.commands.openSimulator": "Open Simulator", | ||
"deviceSimulatorExpressExtension.commands.runSimulator": "Run Simulator", | ||
"deviceSimulatorExpressExtension.commands.newFileCPX": "New Circuit Playground Express File", | ||
"deviceSimulatorExpressExtension.commands.newFileMicrobit": "New micro:bit File", | ||
"deviceSimulatorExpressExtension.commands.newFile": "New File", | ||
"deviceSimulatorExpressExtension.commands.runDevice": "Deploy to Device", | ||
"deviceSimulatorExpressExtension.commands.selectSerialPort": "Select Serial Port", | ||
"deviceSimulatorExpressExtension.commands.common.installDependencies": "Install Extension Dependencies", | ||
"deviceSimulatorExpressExtension.commands.common.label": "Device Simulator Express", | ||
"deviceSimulatorExpressExtension.commands.common.runSimulator": "Run Simulator", | ||
"deviceSimulatorExpressExtension.commands.cpx.changeBaudRate": "[Circuit Playground Express] Change Baud Rate", | ||
"deviceSimulatorExpressExtension.commands.cpx.closeSerialMonitor": "[Circuit Playground Express] Close Serial Monitor", | ||
"deviceSimulatorExpressExtension.commands.cpx.openSerialMonitor": "[Circuit Playground Express] Open Serial Monitor", | ||
"deviceSimulatorExpressExtension.commands.cpx.openSimulator": "[Circuit Playground Express] Open Simulator", | ||
"deviceSimulatorExpressExtension.commands.cpx.newFile": "[Circuit Playground Express] New File", | ||
"deviceSimulatorExpressExtension.commands.cpx.deployToDevice": "[Circuit Playground Express] Deploy to Device", | ||
"deviceSimulatorExpressExtension.commands.cpx.selectSerialPort": "[Circuit Playground Express] Select Serial Port", | ||
"deviceSimulatorExpressExtension.commands.microbit.openSimulator": "[micro:bit] Open Simulator", | ||
"deviceSimulatorExpressExtension.commands.microbit.newFile": "[micro:bit] New File", | ||
"deviceSimulatorExpressExtension.configuration.title": "Device Simulator Express configuration", | ||
"deviceSimulatorExpressExtension.configuration.properties.open": "Whether to show 'Open Simulator' icon in editor title menu.", | ||
"deviceSimulatorExpressExtension.configuration.properties.device": "Whether to show 'Run Device' icon in editor title menu.", | ||
"deviceSimulatorExpressExtension.configuration.properties.open": "Whether to show 'Open Simulator' icon in editor title menu.", // How will these work with new command pallet user flow | ||
"deviceSimulatorExpressExtension.configuration.properties.device": "Whether to show 'Deploy to Device' icon in editor title menu.", | ||
"deviceSimulatorExpressExtension.configuration.properties.simulator": "Whether to show 'Run Simulator' icon in editor title menu.", | ||
"deviceSimulatorExpressExtension.configuration.properties.debuggerPort": "The port the Server will listen on for communication with the debugger." | ||
} |