File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ We use the data collected to improve code-server.
9999``` fish
100100git clone https://github.com/microsoft/vscode
101101cd vscode
102- git checkout 1.36.0
102+ git checkout 1.36.1
103103git clone https://github.com/cdr/code-server src/vs/server
104104cd src/vs/server
105105yarn patch:apply
@@ -121,6 +121,23 @@ To generate a new patch, **stage all the changes** you want to be included in
121121the patch in the VS Code source, then run ` yarn patch:generate ` in this
122122directory.
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
You can’t perform that action at this time.
0 commit comments