mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-10 02:48:33 +00:00
[electron] Added debugger to Electron build
This commit is contained in:
committed by
Miro Spönemann
parent
76f126b913
commit
68ff6acb6a
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user