jbaumann / pio_and_stm32cubeide

Use PlatformIO with Projects generated by STM32CubeIDE
Apache License 2.0
27 stars 10 forks source link

Avoid removing and recreating linked resources on every build #12

Closed ipsusila closed 7 months ago

ipsusila commented 8 months ago

Hello, thank you for providing this useful script.

With existing script, removing and recreating symlink to required libraries, trigger multiple IntelliSense index rebuild on VSCode (related to issue https://github.com/platformio/platformio-vscode-ide/issues/2363). This pull request try to resolve the issue.