microsoft / vscode-arduino

Visual Studio Code extension for Arduino
Other
1.17k stars 223 forks source link

Re: [Microsoft/vscode-arduino] i verify and revived this error :Exit with code=undefined (#577) #647

Closed vsanagustin closed 5 years ago

vsanagustin commented 6 years ago

Hjk

czgtest commented 6 years ago

@vsanagustin this error will repro when arduino.commandPath and arduino.path is wrong in old version of Arduino extension, but in latest version this issue is fix,
if you still revived this error, maybe it caused by other reason, Can you share more detail about how to repro on it ? Thanks a lot!

czgtest commented 6 years ago

@vsanagustin Can you share your settings.json ?

dublehw commented 6 years ago

Hi, seems i get this as only message when verifing or uploading. Despite that, the built process seems to work, as i get a binary.

Output:

[Starting] Verify sketch - arduino\some.ino [Error] Exit with code=undefined

or

[Starting] Upload sketch - arduino\some.ino [Error] Exit with code=undefined

i have no arduino command path nor changed i the default path so no changes in the settings.json.

Im using Arduino IDE 1.8.7 and 0.2.20 of the extension.

Br

wize1 commented 6 years ago

Hi, I also have same problem.

any fix on this?

btw im new to vscode where do i find "settings.json" to share?

using Arduino 1.8.7 and VSCode 1.27.2 and ardunino ext 02.20

czgtest commented 6 years ago

Arduino 1.8.7 has some breaking changes, please use Arduino 1.8.6.

wize1 commented 6 years ago

Thanks for the answer ... but im using just normal visual studio now