Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

cdt-gdb: update repo to consume 'cdt-gdb-vscode' from open-vsx #116

Closed
vince-fugnitto opened this issue Feb 26, 2021 · 1 comment
Closed

Comments

@vince-fugnitto
Copy link
Member

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 the download-debug-adapters.js script:

"adapters": {
"cdt-gdb-vscode": "https://github.com/theia-ide/cdt-gdb-vscode/releases/download/v0.0.90-theia.2/cdt-gdb-vscode-0.0.90-theia.2.tgz"
}

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.

@colin-grant-work
Copy link
Contributor

This was done as part of #119:

"cdt-gdb-vscode": "https://open-vsx.org/api/eclipse-cdt/cdt-gdb-vscode/0.0.92/file/eclipse-cdt.cdt-gdb-vscode-0.0.92.vsix"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants