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
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
DevOpsBoondoggles, scp-r, rxian, shao-wang-me, BrainWart and 21 moreajilijihad, xeron56 and ssbagpcmEriKWDev, max-hk, ajilijihad, jcarlosn, xeron56 and 1 moreajilijihad, xeron56, vtempest and ssbagpcm
We haven't tested but the npm package might work on windows. yarn global add code-server
I was able to install the npm package in windows, but I encounter a few bugs,
src/browser/media/manifest.json not found
All vscode-remote-resource path returns 404 not found, but this bug can easily be solved by removing leading slash in the path agument, eg.
http://127.0.0.1:8080/vscode-remote-resource?path=/c:/Users/Max/AppData/Local/Yarn/Data/global/node_modules/@coder/code-server/lib/vscode/extensions/markdown-basics/language-configuration.json
➡ 404 not found
Syntax highlighting, extensions and themes not working (because of 2)
Automatic update not working because https://github.com/cdr/code-server/releases/download/3.2.0/code-server-3.2.0-win32-x86_64.tar.gz does not exist
Furthermore, running the post install scripts requires Visual Studio and "VC++ 2015.3 v140 toolset for desktop (x86,x64)" to be installed, but since running code-server does not require electron to be built, I think it may be unnecessary.
We'll be removing automatic updates soon. See #1532 .
Furthermore, running the post install scripts requires Visual Studio and "VC++ 2015.3 v140 toolset for desktop (x86,x64)" to be installed, but since running code-server does not require electron to be built, I think it may be unnecessary.
Will mention this in docs, it is required as vscode uses native modules that have to be built.
Activity
danny-laa commentedon May 1, 2020
@nhooyr Any updates? Does 3.0 release support Windows?
nhooyr commentedon May 1, 2020
There are no self contained windows releases yet.
We haven't tested but the npm package might work on windows.
yarn global add code-server
max-hk commentedon May 2, 2020
I was able to install the npm package in windows, but I encounter a few bugs,
src/browser/media/manifest.json
not foundAll vscode-remote-resource path returns 404 not found, but this bug can easily be solved by removing leading slash in the path agument, eg.
http://127.0.0.1:8080/vscode-remote-resource?path=/c:/Users/Max/AppData/Local/Yarn/Data/global/node_modules/@coder/code-server/lib/vscode/extensions/markdown-basics/language-configuration.json
➡ 404 not found
http://127.0.0.1:8080/vscode-remote-resource?path=c:/Users/Max/AppData/Local/Yarn/Data/global/node_modules/@coder/code-server/lib/vscode/extensions/markdown-basics/language-configuration.json
➡ Correct path
Syntax highlighting, extensions and themes not working (because of 2)
Automatic update not working because
https://github.com/cdr/code-server/releases/download/3.2.0/code-server-3.2.0-win32-x86_64.tar.gz
does not existFurthermore, running the post install scripts requires Visual Studio and "VC++ 2015.3 v140 toolset for desktop (x86,x64)" to be installed, but since running code-server does not require electron to be built, I think it may be unnecessary.
nhooyr commentedon May 3, 2020
@MaxLOh Awesome thanks for looking into it!
nhooyr commentedon May 6, 2020
The package is now just
code-server
on npm. We were able to get ownership from the previous owner.Fixed.
@code-asher
We'll be removing automatic updates soon. See #1532 .
Will mention this in docs, it is required as vscode uses native modules that have to be built.
Fix paths for Windows
nhooyr commentedon May 13, 2020
Asher has fixed the paths, will publish a new release soon.
nhooyr commentedon May 13, 2020
We're going to need to test/rewrite any shell scripts that will have to run on Windows.
nhooyr commentedon May 18, 2020
Marking this for v3.4.0, couldn't test/get CI going in time for v3.3.0
91 remaining items