Last active
April 6, 2020 13:32
-
-
Save stuartleeks/005bcdb6da319b29bc1c20a6d0a7e8a8 to your computer and use it in GitHub Desktop.
wcode - launch VS Code in Windows from WSL (using \\wsl$\... path)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wcode() { cmd.exe /C code ''$(wslpath -w $1)''; } | |
wcode-insiders() { cmd.exe /C code-insiders ''$(wslpath -w $1)''; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment