mirror of
https://github.com/cdr/code-server.git
synced 2026-04-06 14:02:23 +02:00
- Replace hardcoded 'code-server' with {{APP_NAME}} template in error.html
- Add APP_NAME replacement in errors.ts using req.args['app-name']
- Add tests for custom app-name and default value
|
||
|---|---|---|
| .. | ||
| routes | ||
| app.test.ts | ||
| cli.test.ts | ||
| constants.test.ts | ||
| heart.test.ts | ||
| http.test.ts | ||
| i18n.test.ts | ||
| main.test.ts | ||
| proxy.test.ts | ||
| settings.test.ts | ||
| socket.test.ts | ||
| update.test.ts | ||
| util.test.ts | ||
| vscodeSocket.test.ts | ||
| wrapper.test.ts | ||