STM32 VS Code Extension and Devcontainer
I am a happy VSCode developer using docker devcontainers to create an easily reproducible environment for development. I am struggling with a strange bug with the "STM32 VS Code Extension" (v2.0.1).
If I try to access it, after opening the container, I get the following error:
"Cannot activate the 'STM32 VS Code Extension' extension because it depends on the 'C/C++ Extension Pack' extension, which is not loaded. Would you like to reload the window to load the extension?"
This is strange because the C/C++ Extension Pack is loaded and part of my dev container.
I have the option to "Reload Window", but hitting it only results in a reload and the same message popping back up.
Has anyone been able to use this vscode extension inside a devcontainer?
