My text editor is vs code. So how do i open the readme.md in my vs code ? i work on WSL!
Need some help with my lesson !
Submitted 1 day ago by
TheViking@nord.pub to ask@piefed.social
https://cdn.nord.pub/posts/kK/Ho/kKHoyZtYBHXpa9a.png
Submitted 1 day ago by
TheViking@nord.pub to ask@piefed.social
https://cdn.nord.pub/posts/kK/Ho/kKHoyZtYBHXpa9a.png
My text editor is vs code. So how do i open the readme.md in my vs code ? i work on WSL!
Assuming you have the WSL extension for vs code installed
Open WSL, use the
cdcommand to navigate to the folder that contains the readme file, the c drive is located under /mnt/c if im not mistaken, then you can runcode .to open the current directory in vs code, orcode readme.mdto open the readme fileTheoretically if everything works at the bottom of the vs code page you should see an indicator saying it’s running in WSL