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

User data dir not passed to extension host debugee vscode window #64310

Closed
isidorn opened this issue Dec 4, 2018 · 2 comments
Closed

User data dir not passed to extension host debugee vscode window #64310

isidorn opened this issue Dec 4, 2018 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)

Comments

@isidorn
Copy link
Contributor

isidorn commented Dec 4, 2018

  1. Get the hello world vscode extension
  2. Start vscode with a new --user-data-dir
  3. Try to debug the extension, notice that the new vscode window is opened, however the --user-data-dir is not passed to the new window. This results in the extension host not starting properly which shows up after some time.
@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Dec 4, 2018
@weinand
Copy link
Contributor

weinand commented Dec 4, 2018

/duplicate #44734

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 4, 2018
@vscodebot
Copy link

vscodebot bot commented Dec 4, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Dec 4, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants