microsoft / microsoft/vscode-remote-release
[Feature Request] Support for `--user-data-dir` and `--extensions-dir` on WSL
@aeschli is already working on this.
Since Jul 9, 2022.
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Hi team, I'm the author of an extension 'vscode-manager' which helps create isolated VSCode instances and also helps team have the same VSCode setup (user settings and extensions)
This extension works on macOS, Windows and Linux.
Unfortunately, because of the missing --user-data-dir and --extensions-dir arguments on WSL, I'm not able support vscode-manager on this awesome platform.
https://github.com/mrsauravsahu/vscode-manager/issues/5
Here's the error when I try to launch VSCode with a custom user data and extension directory.
$ 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.