File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff 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+
2533VS Code v1.63.0
2634
2735code-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 ).
You can’t perform that action at this time.
0 commit comments