2025-10-23 5:16 AM - edited 2025-10-27 1:11 AM
We understand that many of you are experiencing difficulties integrating the STM32 extension into the Dev Container environment. Specifically, the extension is not functioning correctly due to a dependency issue message displayed in VS Code.
This problem arises from an extension installation issue within VS Code. This article lists the common issues, separate fixes, and a global workaround for all issues described below.
The same issues and fixes apply if you are using different dev profiles.
For a global fix to the previously described issues and to avoid fixing each issue with a specific fix you can use this workaround, by following these steps:
.json file in the .vscode folder at the root folder of your project"remote.extensionKind": {
"stmicroelectronics.stm32-vscode-extension": [
"workspace"
]
}
Note: This is a workaround, and we are actively working with Microsoft to fix the issue.
We appreciate your patience and understanding as we work to improve your experience.
If you need any further assistance, feel free to reach out to our support team on the STM32CubeIDE for Visual Studio Code community.