microsoft / vscode-arduino

Visual Studio Code extension for Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with path

SpinFabio opened this issue · comments

i recive this error:

please add the setting of "arduino.path", if in Windows, go to Visual Studio Code, click File > Preferences > Settings, then click the Open Settings (JSON) icon in the upper-right corner of the Settings page.
add "arduino.path": "C:\Program Files (x86)\Arduino".

even when i modified the path in the config file as such:
{
"arduino.path": "C:\Program Files (x86)\Arduino"
}

i have checed that my arduino IDE installation was there ad to be extra sure i reinstalled it there,
i made sure that the folder was properly named (idk when appened bur arduino default path changed and its not the one cited above)