ErrLookup › coder/code-server
coder/code-server
VS Code in the browser · TypeScript · 33 source files
Analyzed at 51f90a376b on 2026-08-12. 33 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| `yarn` is no longer supported; please use `npm install` inst | validation | error | build, package-manager, npm, contributor, lifecycle |
| --password can only be set in the config file or passed in v | validation | error | security, cli, credentials, secrets, configuration |
| --hashed-password can only be set in the config file or pass | validation | error | security, cli, credentials, secrets, configuration, password-hash |
| --github-auth can only be set in the config file or passed i | validation | error | security, cli, credentials, secrets, oauth, configuration |
| --idle-timeout-seconds must be greater than 60 seconds. | validation | error | cli, validation, configuration, session |
| --cert-key is missing | validation | error | tls, cli, configuration, security, https |
| invalid config: ${config} | exception | error | config, yaml, parsing, startup, configuration |
| No opened code-server instances found to handle ${paths[0]} | exception | error | cli, ipc, socket, editor-integration, configuration |
| Forbidden | http | error | http, proxy, middleware, security, forbidden |
| Unauthorized | http | error | http, auth, middleware, session, unauthorized |
| Unsupported auth type ${req.args.auth} | exception | error | auth, config, validation, enum, startup |
| Custom strings file not found: ${filePath}\nPlease ensure th | exception | error | i18n, filesystem, configuration, startup |
| Invalid JSON in custom strings file: ${filePath}\n${error.me | exception | error | i18n, json, parsing, configuration, startup |
| Failed to load custom strings from ${filePath}: ${error inst | exception | error | i18n, filesystem, permissions, configuration, startup |
| Please pass in a password via the config file or environment | validation | critical | auth, startup, configuration, security, password |
| Unauthorized | http | error | http, proxy, auth, middleware, unauthorized, domain-proxy |
| Not Found | http | warning | http, routing, not-found, middleware |
| Login rate limited! | exception | warning | auth, rate-limit, security, login, brute-force |
| Missing password | exception | warning | authentication, login, i18n, validation |
| Incorrect password | exception | warning | authentication, login, password, rate-limit |
| Invalid port | http | error | proxy, validation, http, bad-request |
| Unauthorized | http | error | proxy, authentication, authorization, http, unauthorized |
| Cannot open socket paths | exception | error | open-browser, socket, validation, util |
| filePath is required | http | warning | vscode-socket, session-manager, validation, bad-request |
| entry is required | http | warning | vscode-socket, session-manager, validation, bad-request |
| socketPath is required | http | warning | vscode-socket, session-manager, validation, bad-request |
| Missing web configuration element | exception | critical | workbench, bootstrap, dom, patch, config |
| isEnabledFileDownloads was not provided to the browser | exception | error | workbench, patch, environment-service, file-actions, config |
| isEnabledFileUploads was not provided to the browser | exception | error | workbench, patch, environment-service, file-actions, config |
| isEnabledCoderGettingStarted was not provided to the browser | exception | error | workbench, patch, environment-service, getting-started, config |
| userDataPath was not provided to the browser | exception | critical | workbench, patch, environment-service, user-data, config |
| Failed to resolve external URI: ${uri.toString()}. Could not | exception | error | proxy, port-forwarding, resolveexternaluri, product-config, patch |
| 'crypto.subtle' is not available so webviews will not work. | exception | error | webview, secure-context, tls, crypto, patch, browser |