-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
"[Extension Host] Fetch error: ReferenceError: fetch is not defined" with VSCodium, not VSCode #2021
Comments
I ran into this exact problem with the Jupyter extension, though this only happened in remote SSH connections. (Local installation was fine.) My VSCodium version was 1.95.1.24307 (latest release). I solved this issue by going back to the previous version (1.94.2.24286). Although the node version did not change drastically between these releases, something lead to the fetch function within node.js not being accessible by remote machines. Suffice to say I will not be updating VSCodium until this exact issue is resolved. |
|
I see, though this doesn't explain why downgrading a version helped avoid this issue. How would I check the version of node used by |
Newer Node uses newer LibC not available on all distros.
In the |
I've opened a discussion #2126 about a possible solution. |
In my experience this issue seems to be specific to VSCodium.
i just install the Microsoft Version of WSL targets and that didn't help the situation. Fetch is unable to initiate only when use WSL2
https://github.com/twinnydotdev/twinny
twinnydotdev/twinny#242
The text was updated successfully, but these errors were encountered: