Skip to content

Commit 3044f1e

Browse files
committed
fixup! Add marketplace change to changelog
1 parent 30c7d86 commit 3044f1e

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

CHANGELOG.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ 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-
3325
VS Code v1.63.0
3426

3527
code-server has been rebased on upstream's newly open-sourced server
@@ -39,25 +31,22 @@ implementation (#4414).
3931

4032
- Web socket compression has been made the default (when supported). This means
4133
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.
4237
- The static endpoint can no longer reach outside code-server. However the
4338
vscode-remote-resource endpoint still can.
4439
- OpenVSX has been made the default marketplace.
4540
- The last opened folder/workspace is no longer stored separately in the
4641
settings file (we rely on the already-existing query object instead).
4742
- The marketplace override environment variables `SERVICE_URL` and `ITEM_URL`
4843
have been replaced with a single `EXTENSIONS_GALLERY` variable that
49-
corresponds to `extensionGallery` in VS Code's `product.json`.
44+
corresponds to `extensionsGallery` in VS Code's `product.json`.
5045

5146
### Added
5247

5348
- `VSCODE_PROXY_URI` env var for use in the terminal and extensions.
5449

55-
### Removed
56-
57-
- Extra extension directories have been removed. The `--extra-extensions-dir`
58-
and `--extra-builtin-extensions-dir` flags will no longer be accepted.
59-
- The `--install-source` flag has been removed.
60-
6150
### Deprecated
6251

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

0 commit comments

Comments
 (0)