-
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
Test: Support for WSL #5
Comments
Testbed: Functionalities working:
Fail
|
Has this been tested on WSL lately? |
Tested this recently, unfortunately, custom locations for user data and extensions aren't supported on WSL. $ code --user-data-dir '/home/sauravsahu/.config/vscode-manager/arrogant-roundworm/data' --extensions-dir '/home/sauravsahu/.config/vscode-manager/arrogant-roundworm/extensions' -n
Ignoring option user-data-dir: not supported for code.
Ignoring option extensions-dir: not supported for code.
$ code -v
1.69.0
92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9
x64 |
Now that I think about it, I think most of the vscode-manager commands should be run on the host as opposed to the remote (WSL) for this. As long as that is supported, we should be able to get this working. |
related: #6 #7
The text was updated successfully, but these errors were encountered: