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/ide/src
Asher c9f91e77cd
Fix coping and moving files around using the file tree (#568)
* Implement write/read buffers in electron fill

This makes cutting and copy files from the file tree work.

* Implement fs.createReadStream

This is used by the file tree to copy files.

* Allow passing proxies back from client to server

This makes things like piping streams possible.

* Synchronously bind to proxy events

This eliminates any chance whatsoever of missing events due to binding
too late.

* Make it possible to bind some events on demand

* Add some protocol documentation
2019-04-24 10:38:21 -05:00
..
fill Fix coping and moving files around using the file tree (#568) 2019-04-24 10:38:21 -05:00
client.ts Add confirmation for closing window (#463) 2019-04-17 16:42:36 -05:00
index.ts Remove URI factory 2019-02-06 10:41:59 -06:00
retry.ts Decrease max retry time to three seconds 2019-04-11 14:58:29 -05:00
upload.ts Bit of cleanup, some test fixes, moving some funcs 2019-02-06 16:45:11 -06:00