-
Notifications
You must be signed in to change notification settings - Fork 0
Description
For my work I depend on Cortex-debug (https://github.com/Marus/cortex-debug) which in turn depends on this awesome project.
I use Docker containers for my remote development. Every single time I rebuild my devcontainer I get an error stating:
"Cannot activate the Cortex-Debug extension because it depends on the debug-tracker-vscode extension which is not loaded. Would you like to reload the window to load the extension ?

Then I have to reload the window and everything gets loaded.
Cortex-Debug, debug-tracker-vscode, and other mcu-debug extensions (MemoryView, Peripheral viewer etc.) are installed locally and on the remote (in the devcontainer).
Versions:
VSCode: 1.79.2
debug-tracker-vscode: v0.0.15
Cortex-Debug: v1.12.0
Is this a misconfiguration on my part ? Is there a way to make sure debug-tracker-vscode gets loaded before another extensions ?
Other extensions always get loaded properly (C++, CMake, Gitlens, etc.)