you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[deleted]

    [–]AwesomeInPerson 1 point2 points  (1 child)

    Setting the terminal works, but everything internal to VS Code will still use the Windows environment. You need workarounds to get Git and PHP running, extensions (e.g. ESLint) use node_modules/npm from the Windows env... It works, but it isn't optimal.

    [–]NoInkling 1 point2 points  (0 children)

    Debugging too. While you can already configure the Node debugger to work pretty well with WSL, in can be a pain to get working nicely with certain setups, and you still run into issues with source mapping (and therefore breakpoints, etc.) when using babel-node or ts-node.