Reputation: 89
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
Reputation: 21
HKEY_CURRENT_USER\Software\Microsoft\Visual Studio
Code Look for entries like InstallLocation
or UninstallString
Upvotes: 0