We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fdfacb commit 36b8731Copy full SHA for 36b8731
1 file changed
README.md
@@ -99,12 +99,14 @@ We use the data collected to improve code-server.
99
```fish
100
git clone https://github.com/microsoft/vscode
101
cd vscode
102
+git checkout 1.36.0
103
git clone https://github.com/cdr/code-server src/vs/server
104
cd src/vs/server
105
yarn patch:apply
106
yarn
107
yarn watch
108
# Wait for the initial compilation to complete (it will say "Finished compilation").
109
+# Run the next command in another shell.
110
yarn start --allow-http --no-auth
111
# Visit http://localhost:8443
112
```
0 commit comments