Skip to content

Commit 436ef7b

Browse files
committed
Fix VS Code version in readme and describe our changes
1 parent 09cd1e8 commit 436ef7b

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ 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
102+
git checkout 1.36.1
103103
git clone https://github.com/cdr/code-server src/vs/server
104104
cd src/vs/server
105105
yarn patch:apply
@@ -121,6 +121,23 @@ To generate a new patch, **stage all the changes** you want to be included in
121121
the patch in the VS Code source, then run `yarn patch:generate` in this
122122
directory.
123123

124+
Our changes include:
125+
- Add a `code-server` schema.
126+
- Make the extension sidebar work in the browser. Mostly involves removing
127+
Node-specific code for the `extensions` channel client and adding a
128+
`gallery` channel.
129+
- Allow multiple extension directories (both user and built-in).
130+
- Rewrite assets used in the CSS (like icons) or as images to use the base URL.
131+
- Change the loader to use the base URL.
132+
- Change the web socket to use the base URL.
133+
- Set the favicon (using a relative path).
134+
- Modify the file service to support writing from an asynchronous stream (for
135+
uploading files).
136+
- Add a file prefix to ignore for temporary files created during upload.
137+
- Insert our upload service for use in editor windows and explorer.
138+
- Modify the log level to get its initial setting from the server.
139+
- Get telemetry working by adding a channel for it.
140+
124141
## License
125142
[MIT](LICENSE)
126143

0 commit comments

Comments
 (0)