Skip to content
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

Open
mrsauravsahu opened this issue Jun 3, 2021 · 4 comments
Open

Test: Support for WSL #5

mrsauravsahu opened this issue Jun 3, 2021 · 4 comments
Labels

Comments

@mrsauravsahu
Copy link
Owner

mrsauravsahu commented Jun 3, 2021

related: #6 #7

@mrsauravsahu
Copy link
Owner Author

Testbed:
Windows 10 v21H1 (OS Build 190.43.1081)
VSCode 1.58.0 with ms-vscode-remote.remote-wsl extension installed

Functionalities working:

  • ✔ create custom profiles
  • ✔ View featured profiles

Fail

  • ❌ Unable to launch custom profile from 'Custom Profiles Explorer'
  • ❌ View details of a custom profile
  • ❌ Launch Custom Profile from .vscode/profile.json

@DeadlyChambers
Copy link

Has this been tested on WSL lately?

@mrsauravsahu
Copy link
Owner Author

mrsauravsahu commented Jul 9, 2022

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

@mrsauravsahu
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants