-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Failed to download: fetch$1 is not a function #6757
Comments
Also getting this on |
This issue is introduced in 31f5044. Maybe something related to rollup. https://github.com/rust-analyzer/rust-analyzer/blob/dfd0626dbfea6816d38e6f72ce84f567877603e7/editors/code/src/net.ts#L1-L3? |
Does fix the issue. |
6759: Remove workaround & fix fetch$1 is not a function r=lnicola a=kafji Remove workaround for rollup/plugins#491 because it's fixed in 15.0 https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1500. Also fix fetch$1 is not a function error #6757. Co-authored-by: Kafji <k@kafji.net>
Patched. |
Re-installing the extension saves the day :) |
I believe so.
Yes. You can download the server binary and copy it to the expected path. |
Thanks @kafji ! So far re-installing the extension helped, but who knows what happens tomorrow.. it's still 2020 after all.. |
Remove workaround for rollup/plugins#491 because it's fixed in 15.0 https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1500. Also fix fetch$1 is not a function error rust-lang#6757.
After upgrading to latest nightly (v0.3.409-nightly) my Vscode failed to download the language server binary and shows
Failed to download: fetch$1 is not a function
error popup.I've tried the "Update Github Auth Token" and use my personal account token but the error persist.
RA client log:
Copied from https://users.rust-lang.org/t/ra-failed-to-download-fetch-1-is-not-a-function/52464.
The text was updated successfully, but these errors were encountered: