-
Notifications
You must be signed in to change notification settings - Fork 236
i verify and revived this error :Exit with code=undefined #577
Comments
Did you install Arduino IDE? If yes, did you install it from Windows App Store? |
yes i installed arduino IDE .no i installed from arduino;s web site |
This error usually appears when the extension cannot find Arduino IDE. The extension looks for Arduino IDE in two places:
So please check if you have set an incorrect Arduino path in VSCode user settings (open VSCode, File - Preferences - Settings). If you didn't set |
I get this issue as well, but on mac. I may be configuring it wrong. I've managed to get it working on Mac with:
|
Hi, this setting works for me (Mac), where the C_Cpp.intelliSenseEngine was the main reason of my issue.
|
I don't understand.
On 2018-06-25 04:51 , motycakjan<mailto:[email protected]> Wrote:
Hi, this setting works for me, where the C_Cpp.intelliSenseEngine was the main reason of my issue.
{ "arduino.path": "/Applications", "arduino.commandPath": "Contents/MacOS/Arduino", "arduino.additionalUrls": "", "arduino.logLevel": "info", "C_Cpp.intelliSenseEngine": "Tag Parser" }
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#577 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AbvIQh_vYzr6HF6Wlsr7RPDEbldGh2IVks5t__vrgaJpZM4UY2XM>.
|
Don't send this mail to me
On 2018-06-25 04:51 , motycakjan<mailto:[email protected]> Wrote:
Hi, this setting works for me, where the C_Cpp.intelliSenseEngine was the main reason of my issue.
{ "arduino.path": "/Applications", "arduino.commandPath": "Contents/MacOS/Arduino", "arduino.additionalUrls": "", "arduino.logLevel": "info", "C_Cpp.intelliSenseEngine": "Tag Parser" }
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#577 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AbvIQh_vYzr6HF6Wlsr7RPDEbldGh2IVks5t__vrgaJpZM4UY2XM>.
|
I did not send you this email, this is notification email from this channel.
|
Lmao
…On Thu, Jun 28, 2018, 11:47 AM motycakjan ***@***.***> wrote:
I did not send you this email, this is notification email from this
channel.
You are receiving this because you are subscribed to this thread.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#577 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAhQFxqzqUjV8dmYoh0yi44cpWhLbn9nks5uBPqigaJpZM4UY2XM>
.
|
@Alisparrow2000 , the error was caused by command path, please remove "arduino.commandPath": "run-arduino.bat" in your vscode settings. restart vscode after change. arduino.commandPath" is only option setting, the default value is "C:/Program Files (x86)/Arduino/arduino_debug.exe" on windows , so we can not set it . |
I ran into the same problem in my Arduino UNO project that I am developing on my MacBook Pro. I can confirm that the suggestion offered by eknowlton above works and allows the package index to update successfully. I also incorporated the suggestion by motycakjan re: the intellisense engine. |
help help
don't know what to do ????
The text was updated successfully, but these errors were encountered: