Skip to content

Commit 36b8731

Browse files
committed
Add some missing development steps
1 parent 9fdfacb commit 36b8731

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,14 @@ We use the data collected to improve code-server.
9999
```fish
100100
git clone https://github.com/microsoft/vscode
101101
cd vscode
102+
git checkout 1.36.0
102103
git clone https://github.com/cdr/code-server src/vs/server
103104
cd src/vs/server
104105
yarn patch:apply
105106
yarn
106107
yarn watch
107108
# Wait for the initial compilation to complete (it will say "Finished compilation").
109+
# Run the next command in another shell.
108110
yarn start --allow-http --no-auth
109111
# Visit http://localhost:8443
110112
```

0 commit comments

Comments
 (0)