Commit Graph

108 Commits

Author SHA1 Message Date
Johannes Rieken
c92ce4014f move extHost.protocol to common, #70319 2019-03-19 15:46:01 +01:00
Rob Lourens
0710a009f8 Fix #69875 2019-03-05 19:17:54 -08:00
Rob Lourens
10fdea204a Fix #69840 2019-03-05 14:52:09 -08:00
Rob Lourens
f3b73b1abc Fix #69862 - don't split comma-separated globs when expandPatterns is disabled (for findFiles) 2019-03-05 14:52:03 -08:00
Rob Lourens
f6794a5c6d Fix #68056 - don't use .gitignore files for findFiles search 2019-02-26 10:28:17 -08:00
Sandeep Somavarapu
4c7870316d fix dead lock - wait for workspace initialization while starting exthost 2019-02-21 12:00:39 +01:00
Martin Aeschlimann
10ede29277 MainThreadWorkspace: Initialize workspace immediatly 2019-02-12 16:29:48 +01:00
Matt Bierner
14e4835a55 Strict null extHostWorkspace 2019-02-11 16:41:59 -08:00
Sandeep Somavarapu
16a2c2e3fa Merge branch 'master' into sandy081/remoteMRWorkspace 2019-02-11 10:23:58 +01:00
Benjamin Pasero
7c1fe9a7d6 debt - move search out of platform 2019-02-09 17:02:31 +01:00
Rob Lourens
1c50a87561 Fix #68056 - findFiles should not use search.exclude 2019-02-07 18:15:37 -08:00
Martin Aeschlimann
77baaad9c9 Merge branch 'master' into aeschli/remote-workspaces 2019-02-07 16:32:42 +01:00
Sandeep Somavarapu
db81580e7f Merge branch 'master' into sandy081/remoteMRWorkspace 2019-02-07 12:41:42 +01:00
Benjamin Pasero
35523f6c51 debt - workbench/parts => workbench/contrib (update imports and scripts) 2019-02-07 11:48:58 +01:00
Matt Bierner
96e13e6cbf Unblock mainThread and extHost files from being strict null checked 2019-02-06 17:54:31 -08:00
Martin Aeschlimann
8c6e97456e IWindowService.openWindow takes IURIToOpen 2019-02-06 16:56:53 +01:00
Rob Lourens
996b5c345b Remove SearchService#extendQuery, all search clients now use the QueryBuilder 2019-02-05 00:58:52 +00:00
Sandeep Somavarapu
aba0fcbb58 Delay extension host until workspace is completely initialized 2019-01-28 10:54:45 +01:00
Martin Aeschlimann
50a0e6e8c1 saveWorkspace on renderer 2019-01-25 11:45:22 +01:00
Rob Lourens
53d325a6db More cleanup from #65337 2019-01-23 21:19:28 -08:00
Alex Dima
9cf36cdf8f Rename CanonicalExtensionIdentifier to ExtensionIdentifier 2019-01-07 12:00:54 +01:00
Rob Lourens
f045bb5c85 Strict null check SearchModel #60565 2018-12-22 10:09:34 -06:00
Alex Dima
25417553be Adopt case insensitive extension identifiers 2018-12-21 12:41:41 +01:00
Johannes Rieken
653280d133 debt - Thenable -> Promise 2018-12-13 11:31:54 +01:00
Rob Lourens
9a6cd0a3c1 Fix #59458 - implement context options for text search (ripgrep) 2018-10-26 17:41:19 -07:00
Christof Marti
4e436d128c Investigate using Electron's resolveProxy API (#60773) 2018-10-22 20:00:58 +02:00
Rob Lourens
51e7a0b53e Add 'reason' to search telemetry 2018-10-19 16:10:47 -07:00
Johannes Rieken
6b661d0240 remove a few TPromise usages from mainThread-files #53526 2018-10-19 09:51:33 +02:00
Rob Lourens
b17e21d0ad Split text and file search interfaces 2018-10-18 16:49:58 -07:00
Matt Bierner
8087b0a8d8 Remove use strict directives in main vs code ts files (part 2)
We compile using the alwaysStrict flag so these directives are not needed

This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Rob Lourens
f5738efe91 Fix #59138 - revive URI from findFiles 2018-09-24 11:34:58 -07:00
Rob Lourens
6326543b11 Support findFiles with a non-file URI workspace 2018-09-19 16:10:54 -07:00
Rob Lourens
f3654c59e0 Fix #55790 - allow extensions to return a hitLimit flag 2018-09-17 22:48:12 -07:00
Rob Lourens
44dc55b9fc Fix #57951 - remove $cancelSearch 2018-09-05 16:51:16 -07:00
Rob Lourens
4a26b7d336 Use configured excludes for workspaceContains activationEvent 2018-09-05 14:36:29 -07:00
Alex Dima
34837504ba debt - More precise typings 2018-09-05 12:21:06 +02:00
Rob Lourens
497ea886b7 #56137 - remove more TPromise#cancel from search 2018-09-03 17:06:46 -07:00
Johannes Rieken
3c727a6d01 uri - replace usages of default export with named export (part 2) 2018-09-03 11:04:26 +02:00
Johannes Rieken
e30a954dcc debt - less WinJS.Promise#done usage, #57695 2018-08-31 17:03:24 +02:00
Rob Lourens
de70176d06 Fix #57186, Fix #31551 - implement previewOptions for text search API 2018-08-24 20:37:08 -07:00
Rob Lourens
803542327f Fix #57046 - workspaceContains should search using search providers, not its own DiskSearch instance 2018-08-23 22:11:02 -07:00
isidor
9a57f2e00b IUriLabelService -> ILabelService 2018-08-23 12:57:32 +02:00
isidor
a03b3b5066 remove .name from IWorkspace 2018-08-23 12:09:01 +02:00
Joao Moreno
5cdfa0ccc0 remove more PPromise usages 2018-08-06 14:34:14 +02:00
Rob Lourens
55ae86a53d Fix #55612 - fix findTextInFiles cancellation 2018-08-01 15:48:22 -07:00
Sandeep Somavarapu
c3b78912e8 Fix compilation 2018-07-20 15:11:47 +02:00
Sandeep Somavarapu
e7058655de Fix #54721 2018-07-20 15:02:38 +02:00
Rob Lourens
3b0f87198d Removing PPromise - fix findTextInFiles 2018-07-17 15:32:04 -07:00
Benjamin Pasero
f729419f57 add _workbench.enterWorkspace (#54129) 2018-07-13 11:31:19 +02:00
Rob Lourens
0fb670f9a3 Fix #9049 - text search API 2018-07-01 15:15:31 -07:00