wsl_open_vscode
Open folder in VSCode from WSL2 simply with $ code .
version: 2021.815.1030 date: 2021-08-15 author: bestia.dev repository: GitHub
Hashtags: #rustlang #tutorial
My projects on Github are more like a tutorial than a finished product: bestia-dev tutorials.
Inside WSL2 I want to open a folder in VSCode. But VSCode is in Win10.
This is useful when navigating in the WSL2 Debian file system.
It used to work in WSL1 like this:
code .
but it does not work anymore in WSL2.
Symbolic link
I will prepare a symbolic link to the VSCode_Path\bin\code
file in windows.
This is a shebang file for Linux prepared for VSCode.
sudo ln -sf "/mnt/c/Users/Luciano/AppData/Local/Programs/Microsoft VS Code/bin/code" /usr/bin/code
Now I can open a folder like this:
cd ~/rustprojects/qvs20
code .
from windows
I use the TotalCommander file manager in windows.
When I am inside a Linux folder, I can open it in the terminal with
wsl
Then in the Linux terminal I run:
code .
Open-source and free as a beer
My open-source projects are free as a beer (MIT license).
I just love programming.
But I need also to drink. If you find my projects and tutorials helpful, please buy me a beer by donating to my PayPal.
You know the price of a beer in your local bar ;-)
So I can drink a free beer for your health :-)
Na zdravje! Alla salute! Prost! Nazdravlje!
//bestia.dev
//github.com/bestia-dev
//bestiadev.substack.com
//youtube.com/@bestia-dev-tutorials