Skip to content

WSL Support #29

Closed Answered by dsp-ant
timurkhakhalev asked this question in Q&A
Nov 26, 2024 · 0 comments · 3 replies
Discussion options

You must be logged in to vote

I know little about how to use WSL. https://learn.microsoft.com/en-us/windows/wsl/filesystems seems to suggest that

            "command": "wsl",
            "args":
            [
                "node",
                "path/to/index.js"
            ],

Alternatively:

            "command": "node",
            "args":
            [
                "\\wsl$\<distroname>\<path>"
            ],

might work, assuming node is installed on windows.

/cc @anaisbetts in case you know how WSL works on Windows.

Replies: 0 comments 3 replies

Comment options

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

Answer selected by timurkhakhalev
Comment options

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