Open conradwt opened 5 years ago
I was able to resolve this issue by doing the following:
mv $HOME/<ubuntu-username>/some-folder /mnt/c/Users/<windows-username>/Desktop/.
ln -s /mnt/c/Users/<windows-username>/Desktop/some-folder $HOME/some-folder
cd $HOME/some-folder
code-insiders .
When I open a Ruby file within VSCode - Insiders, I can now see the problems in the editor as well as the PROBLEMS tab. The only thing that's not working is the autocorrect and I'll be looking at that later this weekend.
When I type Control + S within a Ruby file, I'm seeing the following error notifications in VS Code - Insiders:
At this time, my
settings.json
looks as follows:Next, I'm using WSL 1 with Ubuntu 18.04 distro with the following VSCode extensions:
Windows side
WSL side