Joe Previte
Joe Previte
This adds a new check inside the `CodeServer` model to allow the address to be . if it detects the `USE_PROXY` environment variable. Fixes #5337
## Description For some reason, the `installExtesion` test has been flaking out and we're not sure why: https://github.com/coder/code-server/runs/7458796120?check_suite_focus=true#step:9:13 ## Solution Replace it with another test like `--help` which fails if...
## What is your suggestion? Add an e2e test for our [display-language patch](https://github.com/coder/code-server/blob/main/patches/display-language.diff). ## Why do you want this feature? To prevent a regression like [this](https://github.com/coder/code-server/issues/5318) which happened in 4.5.0...
## What is your suggestion? On publish after npm package, open PR to update https://github.com/coder/code-server-aur ## Why do you want this feature? To save us some time and make it...
## What is your suggestion? When `VSCODE_PROXY_URI` is enabled, use the subdomain proxy. ## Why do you want this feature? Popular extensions like Tabnine can't use relative paths and need...
 See above for uncovered lines.
 See above for uncovered lines.
 See above for uncovered lines.
 See above for uncovered lines.
## Problem We are unhappy with our current coverage (71% at the time of writing). ## Solution Write tests for code in the following files until we hit 80% coverage:...