File tree 1 file changed +14
-3
lines changed
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
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
+
25
33
VS Code v1.63.0
26
34
27
35
code-server has been rebased on upstream's newly open-sourced server
@@ -31,15 +39,18 @@ implementation (#4414).
31
39
32
40
- Web socket compression has been made the default (when supported). This means
33
41
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.
37
42
- The static endpoint can no longer reach outside code-server. However the
38
43
vscode-remote-resource endpoint still can.
39
44
- OpenVSX has been made the default marketplace.
40
45
- The last opened folder/workspace is no longer stored separately in the
41
46
settings file (we rely on the already-existing query object instead).
42
47
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
+
43
54
### Deprecated
44
55
45
56
- ` --link ` is now deprecated (#4562 ).
You can’t perform that action at this time.
0 commit comments