@@ -22,14 +22,6 @@ VS Code v99.99.999
22
22
23
23
## [ Unreleased] ( https://github.com/cdr/code-server/releases )
24
24
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
-
33
25
VS Code v1.63.0
34
26
35
27
code-server has been rebased on upstream's newly open-sourced server
@@ -39,25 +31,22 @@ implementation (#4414).
39
31
40
32
- Web socket compression has been made the default (when supported). This means
41
33
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.
42
37
- The static endpoint can no longer reach outside code-server. However the
43
38
vscode-remote-resource endpoint still can.
44
39
- OpenVSX has been made the default marketplace.
45
40
- The last opened folder/workspace is no longer stored separately in the
46
41
settings file (we rely on the already-existing query object instead).
47
42
- The marketplace override environment variables ` SERVICE_URL ` and ` ITEM_URL `
48
43
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 ` .
50
45
51
46
### Added
52
47
53
48
- ` VSCODE_PROXY_URI ` env var for use in the terminal and extensions.
54
49
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
-
61
50
### Deprecated
62
51
63
52
- ` --link ` is now deprecated (#4562 ).
0 commit comments