Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/packages/server/src
Asher 259095eae2 Watcher and initial load performance improvements (#357)
* Set low CPU priority on watcher

Fixes #247.

* Batch stat and readdir calls

* Fix fs.exists

callbackify seems to always adds an error as the first argument. Opted
to just use the promise for this one.

* Batch lstat

* Add maximum time for flushing batches
2019-03-27 17:04:19 -05:00
..
vscode Watcher and initial load performance improvements (#357) 2019-03-27 17:04:19 -05:00
cli.ts Fixes #121 2019-03-27 10:36:32 -04:00
constants.ts Adhere to XDG base directory spec for dataDir and logDir (#156) 2019-03-09 09:11:30 -08:00
ipc.ts Some cleanup 2019-02-06 11:53:23 -06:00
modules.ts Feature/1.32.0 update (#117) 2019-03-08 08:37:03 -08:00
portScanner.ts Fix port scanner when netstat isn't available 2019-03-25 18:31:43 -05:00
server.ts Refactor evaluations (#285) 2019-03-26 13:01:25 -05:00