Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 783 Bytes

Troubleshooting.md

File metadata and controls

20 lines (12 loc) · 783 Bytes

Troubleshooting Visual Studio Extensions

If Visual Studio fails to compile properly due to extension-related errors, you can reset the experimental instance's user data. This is useful when debugging extensions.

How to Reset the Experimental Instance

  1. Press the Windows key or open the Search Bar and type "Developer Command Prompt for Visual Studio".

Developer Command Prompt

  1. Select the Developer Command Prompt that matches your Visual Studio version.

  2. Run the following command:

    devenv /rootsuffix Exp /resetuserdata
  3. This will reset the experimental instance and uninstall any extensions related to it.

Now the code block for the bash command is correctly closed using three backticks.