Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Does this support WSL? #11

Open
scythx opened this issue Apr 13, 2019 · 3 comments
Open

Does this support WSL? #11

scythx opened this issue Apr 13, 2019 · 3 comments

Comments

@scythx
Copy link

scythx commented Apr 13, 2019

I have DMD and DUB installed in WSL, can i use that in order to make this extension work?

@LaurentTreguier
Copy link
Member

It does not support WSL. Although communication between a WSL process and a Windows process is possible, there is at least one big problem: the difference with filesystems. The editor would send Windows style paths like C:\Users\foo\project, but the language server used by the extension would be a Linux process, and would expect paths like /mnt/c/Users/foo/project.
I'll look into this possibility, but it's probably not going to land very soon.

@LaurentTreguier
Copy link
Member

LaurentTreguier commented May 4, 2019

Good news: the VSCode team noticed that lots of people, like you, want to use containers, virtual machines, or WSL as their development platform, and VSCode 1.34 is going to allow you to develop in WSL : https://code.visualstudio.com/docs/remote/wsl
Even better news : I just tested it using VSCode Insiders, and I can confirm that it seems to be working, so you can use Insiders right now to develop on WSL !

@scythx
Copy link
Author

scythx commented May 9, 2019

Sounds great, thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants