chore(deps): update dependency coder/code-server to v4.109.2
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| coder/code-server | minor |
4.99.3 -> 4.109.2
|
Release Notes
coder/code-server (coder/code-server)
v4.109.2
Code v1.109.2
Changed
- Update to Code 1.109.2
v4.109.0
Code v1.109.0
Changed
- Update to Code 1.109.0
v4.108.2
Code v1.108.2
Changed
- Update to Code 1.108.2
v4.108.1
Code v1.108.1
Changed
- Update to Code 1.108.1
v4.108.0
Code v1.108.0
Changed
- Update to Code 1.108.0
v4.107.1
Code v1.107.1
Changed
- Update to Code 1.107.1
v4.107.0
Code v1.107.0
Changed
- Update to Code 1.107.0
Added
- New
--cookie-suffixflag that can be used to add a suffix to the cookie when using the built-in password authentication. You can use this to avoid collisions with other instances of code-server. - Support a new property
authorizationHeaderTokenon the extension gallery configuration. This will be added to marketplace requests as a bearer token using theAuthorizationheader.
v4.106.3
Code v1.106.3
Changed
- Update to Code 1.106.3
v4.106.2
Code v1.106.2
Changed
- Update to Code 1.106.2
v4.106.0
Code v1.106.0
Changed
- Update to Code 1.106.0
v4.105.1
Code v1.105.1
Changed
- Update to Code 1.105.1
v4.105.0
Code v1.105.0
Changed
- Update to Code 1.105.0
v4.104.3
Code v1.104.3
Changed
- Update to Code 1.104.3.
v4.104.2
Code v1.104.2
Changed
- Update to Code 1.104.2.
v4.104.1
Code v1.104.1
Changed
- Update to Code 1.104.1.
v4.104.0
Code v1.104.0
Fixed
- Fix "extension not found" errors from Open VSX when trying to install the latest version of an extension.
Changed
- Update to Code 1.104.0.
v4.103.2
Code v1.103.2
Changed
- Update to Code 1.103.2.
v4.103.1
Code v1.103.1
Changed
- Update to Code 1.103.1.
v4.103.0
Code v1.103.0
Changed
- Update to Code 1.103.0.
v4.102.3
Code v1.102.3
Changed
- Update to Code 1.102.3.
v4.102.2
Code v1.102.2
Changed
- Update to Code 1.102.2.
v4.102.1
Code v1.102.1
Changed
- Update to Code 1.102.1.
v4.102.0
Code v1.102.0
Changed
- Update to Code 1.102.0.
Added
- Custom strings can be configured using the
--i18nflag set to a JSON file. This can be used for either translation (and can be used alongside--locale) or for customizing the strings. See ./src/node/i18n/locales/en.json for the available keys.
v4.101.2
Code v1.101.2
Changed
- Update to Code 1.101.2.
Fixed
- Fix web views not loading due to 401 when requesting the service worker.
v4.101.1
Code v1.101.1
Changed
- Update to Code 1.101.1.
v4.101.0: 4.101.0
Code v1.101.0
Changed
- Update to Code 1.101.0.
v4.100.3
Code v1.100.3
Changed
- Update to Code 1.100.3.
v4.100.2
Code v1.100.2
Changed
- Update to Code 1.100.2.
v4.100.1
Code v1.100.1
Changed
- Update to Code 1.100.1.
v4.100.0
Code v1.100.0
Added
- Trusted domains for links can now be set at run-time by configuring
linkProtectionTrustedDomainsin thelib/vscode/product.jsonfile or via the--link-protection-trusted-domainsflag.
Changed
- Update to Code 1.100.0.
- Disable extension signature verification, which previously was skipped by default (the package used for verification is not available to OSS builds of VS Code) but now reportedly throws hard errors making it impossible to install extensions.
Fixed
- Flags with repeatable options now work via the config file.
v4.99.4
Security
- Validate that ports in the path proxy are numbers, to prevent proxying to arbitrary domains.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.