-
Notifications
You must be signed in to change notification settings - Fork 233
" [Error] Exit with code=undefined " -> too little information #611
Comments
@gajop Thank you for your feedback. before use this extension, we should install Arduino IDE. arduino.commandPath is not required too , it is only option. for this error, we will improve the description, Can you tell us the detail of how to repro on it ? |
I don't have Arduino IDE installed in the default path, which is why I specified a custom I think you can easily reproduce this by specifying any bogus |
if not install Arduino IDE or set incorrect path for if |
I'd add some space after the ".", but otherwise it's a good error message (especially as it also includes the attempted path) |
I don't have a commandPath specified but I'm getting code=undefined, what else can it mean? |
I'm getting the error as mentioned (
[Error] Exit with code=undefined
), which is lacking information.My
arduino.path
,arduino.commandPath
or something else is probably wrong, but it's too hard to tell where the issue is.Can you please increase the verbosity of the commands like Verify, so we have a chance to figure out what went wrong?
Thanks!
PS: In my case the issue was that I didn't restart VS Code after correcting the path, but this doesn't invalidate the issue (if I knew it was trying to use the wrong path, I could've figured out the reason why sooner)
The text was updated successfully, but these errors were encountered: