Per Tillisch
Per Tillisch
Is it `\wsl$\`... or `\\wsl$\`...? (note the first starts with a single `\`, while the second starts with two `\`) I ask because there is a known bug that produces...
Thanks for the clarification. > would I close this issue? The bug is actually in the [**Eclipse Theia** IDE framework](https://theia-ide.org/) Arduino IDE is built on. I submitted a report to...
Upstream issue: https://github.com/eclipse-theia/theia/issues/7063
Hi @ve3sjk @StevenAMC @scottbob09. Thanks for your report. There is nowhere near enough information here for us to initiate an investigation. Please provide detailed instructions I can follow to reproduce...
The workaround is to delete the folder where the cache is: ### Windows ```text %APPDATA%\arduino-ide\ ``` (e.g., `C:\Users\\AppData\Roaming\arduino-ide\`) ### Linux ```text ~/.config/arduino-ide/ ``` ### macOS ```text ~/Library/Application Support/arduino-ide/ ```
Hi @interbiznw. For support with the workaround, please post on the Arduino Forum: https://forum.arduino.cc/c/software/arduino-ide-2-0/93 I'll be happy to provide assistance over there.
I did an investigation of this problem and identified the source of the `xcrun` invocation that produces this dialog when the user doesn't already have the "Command Line Tools for...
> I see this message in the console: > > > xcode-select: note: No developer tools were found, requesting install. > > If developer tools are located at a non-default...
Related to https://github.com/arduino/Arduino/issues/346 and https://github.com/arduino/Arduino/issues/3654, but not exactly duplicate because those are for `\r` and `\b`. Probably will have the same "wontfix" conclusion, but I'll leave it for someone else...
Hi @niiiksh. Thanks for taking the time to submit an issue. I see we have another report about this at https://github.com/arduino/arduino-cli/issues/2347. It is best to have only a single issue...