Skip to content

Instantly share code, notes, and snippets.

@eczn
Created July 18, 2023 09:55
Show Gist options
  • Save eczn/c56589585b17a42184a380e565f67862 to your computer and use it in GitHub Desktop.
Save eczn/c56589585b17a42184a380e565f67862 to your computer and use it in GitHub Desktop.
Resolve VSCode Win7 Extension XHR Failed
# Resolve VSCode Win7 Extension XHR Failed
run vscode with command line flag `--ignore-certificate-errors`
@eczn
Copy link
Author

eczn commented Jul 18, 2023

error message Error while fetching extensinos. XHR failed when using vscode extension market searching on win7:

image

just add one command argument --ignore-certificate-errors:

image

@eczn
Copy link
Author

eczn commented Jul 18, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment