0:01
hey there welcome back to the channel in
0:03
today's video I will explain how to open
0:05
wsl2 Terminal and folder directly in vs
0:08
code on Windows 11 if you are a
0:11
developer or devops engineer working on
0:13
Windows 11 using wsl2 along with the
0:16
visual studio code can massively boost
0:18
your productivity I am assuming you
0:21
already have installed wsl2 and visual
0:23
studio code in your windows 11 system
0:26
all right let's jump into the actual
0:28
steps the first step is to launch your
0:30
WSL in my case I'm running UB 24.0 for
0:34
Linux distribution using WSL in my
0:37
previous video I have already explained
0:42
24.4 using WSL on Windows
0:55
open this will start your Linux
0:58
distribution in my case it is 1
1:02
24.4 navigate to the folder that you
1:04
want to open in the vs
1:13
code so this is the complete path of the
1:17
folder that I would like to open in the
1:21
code actually this project code is uh is
1:24
the repo that I have clone it from my
1:28
account next step is to start your
1:32
code from the start menu type VSS
1:43
open in order to open the WSL terminal
1:46
and folder in vs code first we need to
1:50
extension so go to the extension tab
2:00
so install this extension which is
2:02
officially provided by Microsoft itself
2:10
install once it is installed
2:12
successfully you can close this and go
2:18
Explorer use the shortcut key shift
2:26
WSL choose the first option connect to
2:40
folder select the folder that you would
2:42
like to open in my case it's projector
2:54
okay in order to open the terminal
2:56
select any of the file and right click
3:00
and choose this option open in
3:01
integrated terminal it will start your
3:05
terminal here so this is the terminal
3:08
which is from my WSL or ubu 24.0 for
3:15
distribution let's modify the project
3:17
code from the VSS code and then commit
3:20
and push changes using the
3:24
terminal let's assume I want to update
3:28
the PHP version here from 8.2 to
3:37
8.3 contr s to save the
3:42
now move to the terminal type here get
3:48
status I can see install. EML file is
3:53
modified let's add those
3:56
changes using get add come the changes
4:08
using next push the changes for that run
4:22
enter right changes has been post
4:25
successfully let's verify it from the
4:37
all right the changes is also visible on
4:39
my GitHub account under this
4:44
repo that's all from this video tutorial
4:47
I hope you have found it useful and
4:49
informative please do like the video
4:51
subscribe to our channel for more Tech
4:53
tutorials like this feel free to post
4:56
your queries and feedback in below
4:58
comment section bye see you in the next