-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS Code User Data Folder #53
Comments
This bug is after we moved over to the portable The previous approach was to use the full installer and then to fake-install (i.e. extract) it to our wanted location, and make sure the portable launchers take care of setting up the data folders. I'm not comfortable with extracting the installer, some subtle bugs can creep in, such as not being able to "extract" while another instance of VSCode is running. But I also don't quite like the idea of not being able to set the data directory, I like to keep the "packages" and the "userdata" separate. Will see what I can do about this. |
Maybe we should open a bug report at VS Code? |
Okay, It seems like there is a difference between how When this project started I wasn't able to install the julia extention through |
VS Code user data folder should be
JuliaWin\userdata\.vscode\
.Yet in practice the
settings.json
file is updated atJuliaWin\packages\vscode\data\
.The text was updated successfully, but these errors were encountered: