-
Notifications
You must be signed in to change notification settings - Fork 11
Win bundle arduino-cli not found #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Okay, managed to narrow down the problem, it was a compilation mistake that included the wrong set of tools, sorry I will fix it ASAP |
Please let me know if this issue persists in release 0.7.1 |
Yes, still a problem. Had to re-do the fix when something automatically updated today when I opened VSCode. |
When I try and open from the command palette: "Arduino: Board Config" I get an error now (v0.7.1):
|
Please let me know if this issue persists in version "0.7.2" (dummy version) |
0.7.2 update didn't cause any trouble. Works as though I had manually patched the previous version. |
This problem was caused by vsce tool, closing this issue as solve |
Steps to reproduce:
Install plugin (v0.7.0)
useArduinoCli set up to true by default
arduino.path and arduino.commandPath clear by default
See console:
[Error] Analyzing sketch 'firmware.ino': {"error":{"errno":-4058,"code":"ENOENT","syscall":"spawn c:\Users\Administrator\.vscode\extensions\vscode-arduino.vscode-arduino-community-0.7.0-win32-x64\assets\platform\win32-x64\arduino-cli\arduino-cli.exe","path":"c:\Users\Administrator\.vscode\extensions\vscode-arduino.vscode-arduino-community-0.7.0-win32-x64\assets\platform\win32-x64\arduino-cli\arduino-cli.exe","spawnargs":["compile","-b","esp32:esp32:esp32:JTAGAdapter=default,PSRAM=disabled,PartitionScheme=app3M_fat9M_16MB,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=16M,UploadSpeed=921600,LoopCore=0,EventsCore=0,DebugLevel=info,EraseFlash=none,ZigbeeMode=default","--verbose","--no-color","--build-path","c:\Users\Administrator\Desktop\clock_esp\firmware\build","c:\Users\Administrator\Desktop\clock_esp\firmware\firmware.ino","--additional-urls",""]}}
Win files are missing in the directory, only darwin:

The text was updated successfully, but these errors were encountered: