File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,20 @@ Code v1.72.1
30
30
also uses ` VSCODE_PROXY_URI ` where ` {{port}} ` is replace when forwarding a port.
31
31
Example: ` VSCODE_PROXY_URI=https://{{port}}.kyle.dev ` would forward an
32
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
33
+ - Support for ` --disable-workspace-trust ` CLI flag
34
+ - Support for ` --goto ` flag to open file @ line: column
35
+ - Added Ubuntu-based images for Docker releases. If you run into issues with
36
+ ` PATH ` being overwritten in Docker please try the Ubuntu image as this is a
37
+ problem in the Debian base image.
35
38
36
39
### Changed
37
40
38
41
- Updated Code to 1.72.1
39
42
40
43
### Fixed
41
44
42
- - Fixed bug in code-server (run with Docker) where PATH was always overwritten
43
45
- Enabled ` BROWSER ` environment variable
44
- - Patched ` asExternalUri ` to work so now extensions running inside code-server can use it
46
+ - Patched ` asExternalUri ` to work so now extensions run inside code-server can use it
45
47
46
48
## [ 4.7.1] ( https://github.com/coder/code-server/releases/tag/v4.7.1 ) - 2022-09-30
47
49
You can’t perform that action at this time.
0 commit comments