mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
After some feedback, we realized it is more intuitive to disable file downloads by setting the environment variable `CS_DISABLE_FILE_DOWNLOADS` to `true` than `1`. This commit adds support for both. |
||
|---|---|---|
| .. | ||
| routes | ||
| test-plugin | ||
| app.test.ts | ||
| cli.test.ts | ||
| constants.test.ts | ||
| heart.test.ts | ||
| http.test.ts | ||
| plugin.test.ts | ||
| proxy.test.ts | ||
| settings.test.ts | ||
| socket.test.ts | ||
| update.test.ts | ||
| util.test.ts | ||