You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## WSLEXE
1
+
## WSLEXE
2
2
The WSL system makes a great convenience of development on Windows.But the integretion to IDEs and code editors is not convenient.
3
3
4
4
The project [wslgit](https://github.com/andy-5/wslgit) makes a dummy exe that trying to receive the arguments and translating all paths from windows type to unix type, and reform these arguments to the real command in wsl .
@@ -7,9 +7,10 @@ This shows a way to use wsl application in windows enviroment for IDEs and code
7
7
8
8
## Usage
9
9
10
-
1. download the [wsl.exe](https://github.com/jswh/wslexe/releases)
10
+
1. download the [wslexe.exe](https://github.com/jswh/wslexe/releases)
11
11
2. rename it to the command you want to use, for example pyhon.exe
12
12
3. change your ide or editor config to point to the executable file
13
+
4. if you have a ".wslexerc" in the path where the executable file exists, it will be sourced before the real command
0 commit comments