Commit Graph

56 Commits

Author SHA1 Message Date
Alex Dima
8e35ed1df2 Use real buffers (since the RPC protocol can handle them now) 2018-08-24 12:04:35 +02:00
isidor
6d3ac521b9 IUriDisplayService -> IUriLabelService
fixes #55886
2018-08-15 17:49:04 +02:00
Alex Dima
efe424dfe7 Tweaks 2018-08-13 11:01:09 +02:00
Joao Moreno
b972256770 Merge branch 'master' into remove-ppromise 2018-08-06 12:42:00 +02:00
Matt Bierner
a6885b48cd Use toDisposable in more places in workbench and platform 2018-07-20 14:16:28 -07:00
Joao Moreno
88b22b0928 cleanup types 2018-07-04 08:58:06 +02:00
Benjamin Pasero
a908be0a80 Make it explicit that deleteFile will delete a folder recursively (#53205)
* Make it explicit that `deleteFile` will delete a folder recursively (#52941)

* add FileDeleteOptions to IFileSystemProvider#delete
2018-06-28 10:43:08 +02:00
Johannes Rieken
d88846945e fix #48766 2018-04-26 18:20:39 +02:00
Johannes Rieken
2ed98bf439 no implicit stat objects, #48527 2018-04-26 14:01:52 +02:00
Johannes Rieken
923bbd42f3 remove unused/underspecified options, #48527 2018-04-26 10:45:45 +02:00
Johannes Rieken
12424071d7 have only {overwrite} in rename/copy, #48668 2018-04-26 09:46:21 +02:00
Johannes Rieken
fb590e6516 have a FileType and make readDirectory slimmer, #48527 2018-04-25 16:37:39 +02:00
Johannes Rieken
6988c29d50 less bitmasks, replace FileOpenFlags with FileOptions, #47475 2018-04-20 12:00:26 +02:00
Johannes Rieken
3500eb8731 back to FileError, #47475 2018-04-19 11:41:14 +02:00
Johannes Rieken
5292f76fcd add (optional) copy function #47475 2018-04-18 16:23:40 +02:00
Johannes Rieken
e524652273 go a little slower on well-defined errors, #47475 2018-04-18 16:23:40 +02:00
Johannes Rieken
034b377306 first cut of explict watch, #47475 2018-04-18 12:06:16 +02:00
Johannes Rieken
c8b4f0d05d move proposed search api logic into its own world, #47058 2018-04-17 18:38:26 +02:00
Johannes Rieken
d4bed9b32e add open flags to rename, #47475 2018-04-13 12:52:26 +02:00
Johannes Rieken
e7e88126ad add FileOpenFlags, FileErrors, and a bit of polish, #47475 2018-04-13 10:17:20 +02:00
Johannes Rieken
d790365c2a move stream implementation into their own files, chunked reading, towards chunked writing, #41985 2018-04-12 11:56:45 +02:00
Johannes Rieken
b21e8d48fb 💄, #47475 2018-04-11 16:55:18 +02:00
Johannes Rieken
1b33eb37d5 make readDirectory return string/stat-tuples, #47475 2018-04-11 12:38:39 +02:00
Johannes Rieken
efcca1c0d9 files,remote - more utimes removal 2018-04-09 12:28:26 +02:00
Johannes Rieken
534d10d37d add FileSystemProvider2 for rapid changes, add readFile/writeFile, simplify delete, #47475 2018-04-09 11:35:32 +02:00
Johannes Rieken
61246f972c fix #47363 2018-04-09 09:40:51 +02:00
Johannes Rieken
98d0b747c2 fix #46239 2018-03-29 12:16:20 +02:00
Johannes Rieken
ddf5ecd46c wire up progress/cancellation, #45000 2018-03-20 14:51:23 +01:00
Johannes Rieken
73e3488685 remote - move out search provider, #45000 2018-03-20 14:51:22 +01:00
Johannes Rieken
5b8eea4b22 remote - also remove addWorkspaceFolder from protocol 2018-03-20 12:15:46 +01:00
Matt Bierner
81767beaca Make Event a named export
There are many places in the code that do `import Event, { ...} from '.../event'`.
2018-03-14 14:25:30 -07:00
Johannes Rieken
42de6cc82f add TextSearchOptions, only search in folder contributed by provider, #41536 2018-01-16 12:31:40 -08:00
Johannes Rieken
9401875dfc more type fixes for #36946 2018-01-15 11:25:27 -08:00
Johannes Rieken
0b9b336009 refine text search api, #41536 2018-01-12 08:14:18 -08:00
Johannes Rieken
73ee03ed51 remote - sketch up find in files logic 2018-01-11 16:22:57 -08:00
Johannes Rieken
d014618fd1 remote - some renames, prep for more search 2018-01-11 10:21:22 -08:00
Johannes Rieken
8ae2f5f27c remote - remove reads after reading 2018-01-11 10:04:33 -08:00
Johannes Rieken
5c8c83419e remote - unhook providers on dispose 2018-01-10 15:12:20 -08:00
Johannes Rieken
7945915d4d remote - better reads 2018-01-09 10:16:11 -08:00
Johannes Rieken
35b0376c08 ExtHostFileSystemShape, #40169 2017-12-14 11:06:19 +01:00
Johannes Rieken
e50a1f2d02 more UriComponents in mainThread-land, #40169 2017-12-13 18:01:16 +01:00
Alex Dima
367dd10413 Rename RPCProtocol.get to RPCProtocol.getProxy (#36972) 2017-12-13 16:04:14 +01:00
Benjamin Pasero
044255e5e5 bubble up errors from workspace add/remove 2017-10-30 14:53:53 +01:00
Sandeep Somavarapu
cf149f8a75 Provide a parameter to bubble up the error while adding/removing workspace folders through API 2017-10-30 14:50:34 +01:00
Benjamin Pasero
7f1379ff1c make createAndEnterWorkspace fit for any resources and optional name (for #35407) 2017-10-26 13:36:47 +02:00
Benjamin Pasero
8b478ef1ed workspace editing: allow to add/remove folder in non-workspace setup 2017-10-25 08:02:28 +02:00
Sandeep Somavarapu
694a599fe0 Fix #33323 2017-10-19 22:24:26 +02:00
Johannes Rieken
51b0bf3c78 support findFiles 2017-10-10 12:20:38 +02:00
Johannes Rieken
a7ad71be3b remote - refine utimes 2017-09-22 16:02:51 +02:00
Johannes Rieken
40dd269a72 allow to define byte-offset and byte-count when reading from a provider 2017-09-21 17:38:15 +02:00