[Extension Development Host] and using WSL inside of it #2448
Unanswered
adriancostin6
asked this question in
Extension Development QnA
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys. I am developing an extension that wraps the C/C++ tools one to provide additional functionality, I will further refer to it as Extension-A for easier reference below.
Whilst fixing a bug that is WSL specific, I am trying to test by starting the extension development host using the default debug configuration and then entering a WSL workspace via the dedicated extension for WSL.
What I am running into is that when I connect to the WSL workspace inside of the extension development host, I seem to lose the debug context I had previously (access to Extension-A commands, settings and so on).
This is a bummer, as I cannot debug my extension. Is this unsuported, or am I obviously doing something wrong?
Configuration for debugging my extension is:
Beta Was this translation helpful? Give feedback.
All reactions