Antact
Antact

Reputation: 89

How can I change the update path for VS Code?

Essentially the same query as How to Change VS Code Code.exe Path for Update? , as shown by 'Similar questions'.

Is there any registry value (I am not familiar with such, so it may be a trivial doubt) that I can change so that 'Restart to Update' doesn't reference C:\Users\name\AppData\Local\Programs\Microsoft VS Code\Code.exe, and instead to my custom location?

Could I set the install location manually, instead of the default User Setup, if I am forced to reinstall the application?

Upvotes: 2

Views: 1593

Answers (1)

pain
pain

Reputation: 21

  1. Use ZIP Installation
  2. Reinstall VS Code
  3. Update Registry Path on HKEY_CURRENT_USER\Software\Microsoft\Visual Studio Code Look for entries like InstallLocation or UninstallString

Upvotes: 0

Related Questions