Skip to content

Commit 2bbef01

Browse files
committed
📔 Add limitation note for WSL2 - inotify between windows and wsl.
1 parent 6d31aea commit 2bbef01

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

documentation/systemProvisionGuide/Guide to setting up Windows environment for development.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ localhost:8083 test.localhost
168168
- `./build.sh` will create a folder `build` folder with the newly combined fonts.
169169
- install all the generated fonts (check resource for already generated files).
170170
- Verify that VSCode settings contain the font wanted.
171+
- Setup Remote WSL (Check notes down after the WSL setup).
171172

172173
### RadioTray:
173174
- Add recitation channels
@@ -209,6 +210,11 @@ localhost:8083 test.localhost
209210
host machine ip = `cat /etc/resolv.conf`
210211
- Accessing WSL2 from Windows can be accessed with localhost.
211212
- Accessing Windows from WSL2 can be accessed through host machine ip address.
213+
- [Not supported ❌] iNotify from Windows to WSL2
214+
Workaround: move projects to WSL2 filesystem.
215+
- https://www.youtube.com/watch?v=lwhMThePdIo&feature=youtu.be&t=2189
216+
- https://github.com/microsoft/WSL/issues/1956
217+
- https://github.com/microsoft/WSL/issues/4739
212218
-->
213219

214220
### Winrar:
@@ -270,7 +276,10 @@ ___
270276
- `yarn run provisionOS` run it through Windows Node's installation, rather than under the newly installed WSL.
271277
once reached `change default shell` exit the new zsh shell that will be opened to continue installation. Repeat execution if errors occur, and make sure all commands in installations where executed (e.g. powerlevel10K theme in ZSH command group). this command will also update linux `sudo apt update -y && sudo apt upgrade -y`
272278
- Symlink .ssh folder to WSL: `sudo ln -s /<.ssh location>/.ssh /root/.ssh`
273-
279+
- Setup VSCode in WSL2: ctrl+shift+p and search for "Remote: WSL new window", in which VSCode will download WSL server automatically and set it up.
280+
Resources:
281+
- https://github.com/shayne/wsl2-hacks
282+
274283

275284
Notes:
276285
- An attempt to install WSL2 in insiders program (slow ring):

0 commit comments

Comments
 (0)