-
Notifications
You must be signed in to change notification settings - Fork 23
Failed to open workspace when using a custom user data dir #79
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
Comments
It definitely should! We'll fix this asap. cc @rodrimaia |
Thanks @kylecarbs ! |
@rodrimaia Any luck on getting a fix for this ? |
kylecarbs
added a commit
that referenced
this issue
May 3, 2023
@tiaden fixed in the attached PR! |
@kylecarbs thank you very much ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using a custom user data directory with vscode like in the example below, vscode-coder fails to open the workspace.(see below image)

Example: code --user-data-dir=u:\test\user-data --extensions-dir=u:\test\ext-dir
Please note that creating a directory at %appdata%\Code\User seems to solve the issue but I think the extension should use the custom user data directory instead in this case.
The text was updated successfully, but these errors were encountered: