Skip to content

Can we change the Install folder location ? #3062

Answered by ThadHouse
ZBoren84 asked this question in Q&A
Discussion options

You must be logged in to vote

The reason it's failing to launch is vscode is setup to be in portable mode. This means it stores the data next to the executable, which if it's in program files that won't work. You can remove portable mode by deleting the data folder that is next to the executable. Note if you do this, you'll have to manually reinstall all the extensions, as those are normally part of the portable issue.

For everything to work right, you will still need a copy of at least the maven folder in the original location, as that is where all artifacts are grabbed from. Nothing is executed from there, but the tooling depends on things being there. You also will need to make sure a Java 11 is set to JAVA_HOME or…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ZBoren84
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants