more refactoring.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2020-07-17 16:10:02 +02:00
parent 5abfc2c1aa
commit 20f44fe072
17 changed files with 254 additions and 368 deletions

View File

@@ -4,22 +4,6 @@ export namespace ArduinoCommands {
const category = 'Arduino';
export const VERIFY: Command = {
id: 'arduino-verify',
label: 'Verify Sketch'
};
export const VERIFY_TOOLBAR: Command = {
id: 'arduino-verify-toolbar',
};
export const UPLOAD: Command = {
id: 'arduino-upload',
label: 'Upload Sketch'
};
export const UPLOAD_TOOLBAR: Command = {
id: 'arduino-upload-toolbar',
};
export const TOGGLE_COMPILE_FOR_DEBUG: Command = {
id: 'arduino-toggle-compile-for-debug'
};