Can I use it in Windows? #2060
-
I read the install guide, Windows wasn't mentioned still I went ahead and tried to install it as I had sh and curl while installing the shell returns Unsupported OS MINGW64_NT-10.0-18363. Is there any alternative other than changing OS or machine? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
On idea is to install code-server with |
Beta Was this translation helpful? Give feedback.
-
You may run this on Windows natively however code-server wasn't exactly build with Windows in mind. Try using WSL1/WSL2 if you want to use Windows for your workflow. |
Beta Was this translation helpful? Give feedback.
-
@geenva
You might be missing the dependencies required to build the native Node
modules that code-server depends on.
See https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites
In my case I already had git, npm, yarn, and Node installed but I also
had to run `npm install --global windows-build-tools --vs2017`. After
that I ran `yarn global add code-server` and was able to launch and use
code-server successfully.
|
Beta Was this translation helpful? Give feedback.
You may run this on Windows natively however code-server wasn't exactly build with Windows in mind. Try using WSL1/WSL2 if you want to use Windows for your workflow.