-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Support for --user-data-dir #65
Comments
Hi @tleepa , The idea behind I don't know if there is an API to access Stay tuned. |
Depends on microsoft/vscode#2741 |
I approached very same problem, hopefully they provide requested API in VSCode |
There is no ETA for the VS Code API to be available, and so, I'm closing the issue. |
When running VSCode.exe you can specify this flag to point to the user data directory.
However, the extension looks for the process.env.appdata to set up the base to build projectFile path (extension.js, var appdata = ... in the getProjectFilePath function).
It would be great, if it could support the --user-data-dir.
One way could be to start with process.env.VSCODE_HOME and leave out the channelPath.
Please, note that I am not a developer and I only did "find" the issue. The above "solution" is just a general idea and Windows specific. Linux supports this flag too (most likely so does Mac)...
The text was updated successfully, but these errors were encountered: