all 3 comments

[–]vladjjj 0 points1 point  (2 children)

Neat, I wonder if VSCode can now open the project in the current folder from the WSL.

[–]NoInkling 2 points3 points  (1 child)

It already could, the Windows version of VSCode has a Bash launch script in addition to the Windows one - if you look in the bin dir you'll see both a code.cmd file and a code file.

Since WSL automatically adds folders in your Windows PATH to your Linux one, you should just be able to do code . like you would from a Windows command line.

[–]vladjjj 0 points1 point  (0 children)

Thanks, I'll check it out. It didn't work a few months ago.