Italo Soares
Italo Soares
Hello, i have seen multiple issues (mentioned here), and the only workaround that worked for me was adding lib_ldf_mode = deep Is this the best approach for an workaround? Is...
+1 on this, i've been trying to compile for hours before discovering that this is the cause.
For anyone having this issue, For platformio, use: ``` lib_deps = https://github.com/me-no-dev/ESPAsyncWebServer.git ayushsharma82/[email protected] me-no-dev/[email protected] ``` Found this solution here: https://github.com/me-no-dev/ESPAsyncWebServer/issues/1147
I was having the same issue, just updated code (help -> restart to update) and it fixed, now extensions are loading in container.
Same issue here under wsl
I have followed this guide and managed to install it https://www.youtube.com/watch?v=VXMlf8tADxg&t=426s
I'm a bit curious, there are hundreds of the same issue, almost seems like a spam. what is going on here??
Note, i did try pio init --ide=vscode, it did generate a file, but had no intelissensse for anything outside my own project: ``` // // !!! WARNING !!! AUTO-GENERATED FILE!...
yay, manage to fix my intelissense by using `pio init --environment esp32dev --ide vscode` then using a custom script to copy it to the parent folder, hope it helps anyone...
Tip: i found that i get a LOT more performance by installing platformio and cloning the project inside wsl, then connecting to it remotely. I5 10300H Windows 11 ~10min non...