Issue with ST VSCode STM32 extension.
Hello, I have been using the VSCode STM32 extension on my project for some time and it has been working well. Today, I was doing some major refactoring of some of the code, and this required deleting one of the files no longer required. Unfortunately, the extension did not recognize the file had been deleted and the build failed when it could no longer find the file.
I fixed the issue by going back to STM32CubeIDE and refreshing the project. Then I returned to VSCode, opened my project and performed an "Import local project."
While this fixed my issue, it seems the extension should be able to cope with a file being deleted without having to return to STM32CubeIDE.
Did I miss some other option in the extension?
Sid
