Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 925 Bytes

vs_code.md

File metadata and controls

48 lines (28 loc) · 925 Bytes

Setup Microsoft Visual Studio Code

Do NOT install Visual Studio Code with pengwin-setup.

Install the Windows version.
AND
Install extension "Remote - WSL"

With this setup, you can use Visual Studio Code from both Windows and WSL.

To launch Visual Studio Code from a Linux terminal, run:

code

or

code [filename]

or

code .

More at:

Optional Settings:

Telemetry: Enable Telemetry > False

Telemetry: Enable Crash Reporter > False

Files: Eol > \n

Terminal > External: Linux Exec > gnome-terminal

Configure Custome Action in Thunar File Manager

Name & Description:

Open with Code

Command:

code %f

Apperance Conditions:

Directories, Text Files

Read more about configuring Thunar at: https://github.com/eliranwong/wsl2/blob/master/file_manager/thunar.md