File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,29 @@ Code v99.99.999
20
20
21
21
-->
22
22
23
+ ## [ 4.8.0] ( https://github.com/coder/code-server/releases/tag/v4.8.0 ) - 2022-10-24
24
+
25
+ Code v1.72.1
26
+
27
+ ### Added
28
+
29
+ - Support for the Ports panel which leverages code-server's built-in proxy. It
30
+ also uses ` VSCODE_PROXY_URI ` where ` {{port}} ` is replace when forwarding a port.
31
+ Example: ` VSCODE_PROXY_URI=https://{{port}}.kyle.dev ` would forward an
32
+ application running on localhost:3000 to https://3000.kyle.dev
33
+ - support for ` --disable-workspace-trust ` CLI flag
34
+ - support for ` --goto ` flag to open file @ line: column
35
+
36
+ ### Changed
37
+
38
+ - Updated Code to 1.72.1
39
+
40
+ ### Fixed
41
+
42
+ - Fixed bug in code-server (run with Docker) where PATH was always overwritten
43
+ - Enalbed ` BROWSER ` environment variable
44
+ - Patched ` asExternalUri ` to work so now extensions run inside code-server can use it
45
+
23
46
## [ 4.7.1] ( https://github.com/coder/code-server/releases/tag/v4.7.1 ) - 2022-09-30
24
47
25
48
Code v1.71.2
You can’t perform that action at this time.
0 commit comments