You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
The repository should be updated to consume cdt-gdb-vscode from open-vsx instead of how we do it currently by listing it under adapters and using the download-debug-adapters.js script:
The download-debug-adapters.js script should be removed in favor of downloading plugins through the theiaPlugins mechanism in the package.json: eclipse-theia/theia#8713.
The text was updated successfully, but these errors were encountered:
Description
The repository should be updated to consume cdt-gdb-vscode from open-vsx instead of how we do it currently by listing it under
adapters
and using thedownload-debug-adapters.js
script:theia-cpp-extensions/packages/cpp-debug/package.json
Lines 56 to 58 in bb6bb9d
The
download-debug-adapters.js
script should be removed in favor of downloading plugins through thetheiaPlugins
mechanism in thepackage.json
: eclipse-theia/theia#8713.The text was updated successfully, but these errors were encountered: