Skip to content

File mappings vsCode for debugging #7443

Answered by jacekidziak
jacekidziak asked this question in Q&A
Discussion options

You must be logged in to vote

I found the problem.
Configuration of ssh part of launch.json used link in the cwd:
" "ssh": {
...
"cwd": "/home/user/<>/common/",
...
}"
Link leads to mnt\c\xyz.
After changing cwd to absolute path on WSL it started to work:
"cwd": "mnt/c/xyz/common/".
No path substitution is necessary right now.

Thank you for support.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jacekidziak
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jacekidziak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants