-
Notifications
You must be signed in to change notification settings - Fork 48
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
:DIInstall ccppr_vsc
complains wget is missing URL
#58
Comments
I think this was introduced by #51 -- it added a
with #59 should fix that! |
Hi, I've updated to the latest version - Merge pull request #59 from tomasgareau/main, but still facing this issue for ccppr_vsc I'm running neovim 0.6.1 on wsl 2 Ubuntu 20.04
I've managed to install python and chrome successfully, not sure if it's the same issue |
Hi @agentzhao -- looks like DAPInstall was running the following
but since https://api.github.com/repos/microsoft/vscode-cpptools/releases/latest is now pointing to 1.8.2, there is no In a pinch for now you could probably change this line: to:
which would install version 1.8.1. You can find the installed plugin & edit that line directly in your neovim data directory if you wanted to do a quick test. Try Longer term, this installer will probably need to be edited to pull the latest files from Marketplace but I'm not super familiar with the |
thanks for the quick reply! |
I ran
:DIInstall ccppr_vsc
and wget complains of missing URLStrangely, this only happens on an ssh box running Ubuntu 18.04.6 LTS; this did not occur on my OS X machine.
The text was updated successfully, but these errors were encountered: