Scott Lahteine
Scott Lahteine
That works, thanks!
> maybe some suggestions for improvements? I'm digging it at the moment. I like having documentation alongside the options. The UI is a little sluggish. My main suggestion would be...
Only @fabienroots or @bigtreetech can close this issue.
Only @Lucano99 or @bigtreetech can close this issue.
Is it legal to wrap the entire path in double-quotes in your configured shell? The current logic applies single quotes to the path, but only for the bash shell: ```js...
> I am getting a similar error on MacOS using Fish Shell. I have some new rough logic in the works, hopefully about correct, but maybe you can verify… ```js...
This is a feature request, as currently there is no complex preprocessor parsing in this extension, just a simple scraper.
Interesting. Which part assumes BASH? Is it the `cat` command at the end that writes the IPC file? The only other command is the invocation of platformio itself, which I...
Also, we need a Darwin arm_64 version of tool-dfuutil for the M1 Mac system. If a set of binaries is needed, maybe I can cobble them together.
It's not helping me either. The [chart on their page](https://registry.platformio.org/tools/platformio/tool-dfuutil/compatibility) says arm64 is supported, but we're still not picking up a universal binary. ``` > pio --version PlatformIO Core, version...