Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dap-gdb-lldb-setup, get extension from GitHub releases instead of VSCode Marketplace #618

Merged
merged 1 commit into from May 9, 2022

Conversation

abougouffa
Copy link
Contributor

This problem has been consistently present since last year, as VSCode Marketplace blocks direct downloads, It was impossible to install a VSCode extension with the available helper functions.

This commit fixes this issue for the webfreak.debug extension, as the extension's GitHub repo delivers releases for the extension. I used this link to download it (inspired by dap-cpptools-setup).

This has been reported for Node.js #554 and in my previous comment #554 (comment).

This fixes the issue temporary for dap-gdb-lldb (webfreak.debug), it can be useful until a fix is done for the dap-utils-get-vscode-extension function.

This problem has been consistently present since last year, as VSCode
Marketplace blocks direct downloads, It was impossible to install a
VSCode extension with the available helper functions.

This commit fixes this issue for the webfreak.debug extension, as the
extension's GitHub repo delivers releases for the extension. I used this
link to download it (inspired by `dap-cpptools-setup`).
@yyoncho yyoncho merged commit 61b5938 into emacs-lsp:master May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants