Extension fails to activate locally with Activating extension '...' failed: Failed to fetch.
#85
-
While running an extension locally (through
The only error message that displays in the window is
This error randomly started happening for me, and doesn't appear to be linked with any of the extension's actual code. Below are fixes I already tried to no avail:
The issue only seems to point to vscode files unrelated to my extension which I have been unsuccessful in navigating. Does anyone know what might be causing this error? Any and all help is greatly appreciated! Other info
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I ended up figuring out the issue. I recently changed the The following settings also seem to get the job done (see this link for more profile settings/info):
|
Beta Was this translation helpful? Give feedback.
I ended up figuring out the issue. I recently changed the
terminal.integrated.defaultProfile.windows
setting to an Msys2 MinGW profile. Changing the default profile back tonull
did the trick.The following settings also seem to get the job done (see this link for more profile settings/info):