Skip to content

Extension fails to activate locally with Activating extension '...' failed: Failed to fetch. #85

Discussion options

You must be logged in to vote

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 to null did the trick.

The following settings also seem to get the job done (see this link for more profile settings/info):

  // The default profile used on Windows. This setting will currently be ignored if either `terminal.integrated.shell.windows` or `terminal.integrated.shellArgs.windows` are set.
  "terminal.integrated.defaultProfile.windows": "MinGW",
  // The terminal profile to use for automation-related terminal usage like tasks and debug. This setting will currently be ignored if #terminal.integrated.automationS…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by leep-frog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant