Skip to content

Commit fd36a99

Browse files
committed
Update vscode patch notes and bump version
1 parent 4b09746 commit fd36a99

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-server",
33
"license": "MIT",
4-
"version": "3.1.2",
4+
"version": "3.2.0",
55
"scripts": {
66
"clean": "ci/clean.sh",
77
"vscode": "ci/vscode.sh",

src/node/app/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,18 @@ To generate a new patch, **stage all the changes** you want to be included in
4242
the patch in the VS Code source, then run `yarn patch:generate` in this
4343
directory.
4444

45-
Our changes include:
45+
Notable changes include:
4646

47+
- Add our own build file which includes our code and VS Code's web code.
4748
- Allow multiple extension directories (both user and built-in).
4849
- Modify the loader, websocket, webview, service worker, and asset requests to
4950
use the URL of the page as a base (and TLS if necessary for the websocket).
5051
- Send client-side telemetry through the server.
5152
- Make changing the display language work.
5253
- Make it possible for us to load code on the client.
5354
- Make extensions work in the browser.
55+
- Make it possible to install extensions of any kind.
5456
- Fix getting permanently disconnected when you sleep or hibernate for a while.
55-
- Make it possible to automatically update the binary.
5657
- Add connection type to web socket query parameters.
5758

5859
## Future

0 commit comments

Comments
 (0)