Skip to content

Commit 261bf27

Browse files
committed
chore: update CHANGELOG for 4.0.1
1 parent e8f3c5a commit 261bf27

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,15 +39,18 @@ 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.
4045
- The last opened folder/workspace is no longer stored separately in the
4146
settings file (we rely on the already-existing query object instead).
4247

48+
## Removed
49+
50+
- Extra extension directories have been removed. The `--extra-extensions-dir`
51+
and `--extra-builtin-extensions-dir` flags will no longer be accepted.
52+
- The `--install-source` flag has been removed.
53+
4354
### Deprecated
4455

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

0 commit comments

Comments
 (0)