[electron] Added debugger to Electron build

This commit is contained in:
Christian Weichel
2019-11-19 19:20:40 +01:00
committed by Miro Spönemann
parent 76f126b913
commit 68ff6acb6a
3 changed files with 6 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ export class ArduinoVariableResolver implements VariableContribution {
toolLocations[t.name] = t.locations!;
})
switch(argument) {
switch (argument) {
case "openocd":
return toolLocations["openocd"].main;
case "openocd-scripts":