Skip to content

Commit 55182c7

Browse files
committed
chore: update CHANGELOG for 4.0.1
1 parent d593a40 commit 55182c7

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ VS Code v99.99.999
2222

2323
## [Unreleased](https://github.com/cdr/code-server/releases)
2424

25+
VS Code v0.00.0
26+
27+
### Changed
28+
29+
- Add here
30+
31+
## [4.0.1](https://github.com/cdr/code-server/releases/tag/v4.0.1) - 2022-01-04
32+
2533
VS Code v1.63.0
2634

2735
code-server has been rebased on upstream's newly open-sourced server
@@ -31,9 +39,6 @@ implementation (#4414).
3139

3240
- Web socket compression has been made the default (when supported). This means
3341
the `--enable` flag will no longer take `permessage-deflate` as an option.
34-
- Extra extension directories have been removed. The `--extra-extensions-dir`
35-
and `--extra-builtin-extensions-dir` flags will no longer be accepted.
36-
- The `--install-source` flag has been removed.
3742
- The static endpoint can no longer reach outside code-server. However the
3843
vscode-remote-resource endpoint still can.
3944
- OpenVSX has been made the default marketplace.
@@ -44,6 +49,12 @@ implementation (#4414).
4449

4550
- `VSCODE_PROXY_URI` env var for use in the terminal and extensions.
4651

52+
## Removed
53+
54+
- Extra extension directories have been removed. The `--extra-extensions-dir`
55+
and `--extra-builtin-extensions-dir` flags will no longer be accepted.
56+
- The `--install-source` flag has been removed.
57+
4758
### Deprecated
4859

4960
- `--link` is now deprecated (#4562).

0 commit comments

Comments
 (0)