Rob Lourens
0825cd49ca
EH Search - File search working with cache, sorting, filtering, all in EH
2018-05-11 11:36:01 -07:00
Rob Lourens
a84db4acde
EH search - quickopen basically working (without filtering, batched results, etc)
2018-05-09 17:09:05 -07:00
Rob Lourens
2d08462e17
#47058 - Search provider running in EH with switch to enable
2018-05-09 12:56:57 -07:00
Christof Marti
a348936683
Better compile ( #49340 )
2018-05-09 12:17:14 +02:00
Andre Weinand
8b84e962d1
support debugPort in EH
2018-05-08 23:01:34 +02:00
Alex Dima
0252ac49bc
Introduce and adopt extensionLocation
2018-05-07 17:28:59 +02:00
Johannes Rieken
fa0a49bbf2
add exclusivness to document filter
2018-05-03 11:38:15 +02:00
Alex Dima
97f7c24b2e
Debt: Reduce implicit any
2018-05-02 12:44:19 +02:00
Matt Bierner
8578f0241e
Add preserveFocus option for webviews
...
Fixes #14311
2018-04-27 16:40:45 -07: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
Joao Moreno
e2b07d79da
ProtocolHandler
2018-04-22 23:58:37 +02:00
Daniel Imms
3a24b12179
Add Terminal.onData API
...
Part of #46192
2018-04-20 11:24:29 -07:00
Joao Moreno
9c4ad2db68
rename uri api
2018-04-20 19:00:40 +02:00
Joao Moreno
d6b38359e6
proposed open url api
2018-04-20 13:43:08 +02:00
Johannes Rieken
6988c29d50
less bitmasks, replace FileOpenFlags with FileOptions, #47475
2018-04-20 12:00:26 +02:00
Dirk Baeumer
bcfb7d4f16
Fixes 47563: Provide an API to fetch running task executions
2018-04-20 11:53:41 +02:00
Matt Bierner
d770ce503a
Make sure we handle webview position updates when an entire editor group moves
2018-04-19 16:35:17 -07:00
Daniel Imms
d788efec4d
Merge pull request #48226 from Microsoft/tyriar/terminal_process
...
Refactor terminal processes
2018-04-19 11:40:48 -07:00
Andre Weinand
8574a05e0f
support configResolver in EH
2018-04-19 18:29:51 +02:00
Sandeep Somavarapu
c436e7735b
Compute 'enableProposedApi' property on main
2018-04-19 11:46:25 +02:00
Daniel Imms
2a822c7c1d
Improve handling of process exit
2018-04-18 12:56:39 -07:00
Daniel Imms
6b06e54bba
Improve naming
2018-04-18 11:34:35 -07:00
Matt Bierner
52a75ecf23
Use correct $name for onDidDisposeWebviewPanel event
...
Fixes #48127
2018-04-18 11:32:29 -07:00
Martin Aeschlimann
45e859bfdc
monaco folding api (for #47808 )
2018-04-18 17:48:26 +02:00
Martin Aeschlimann
61591c8585
Merge pull request #48128 from Microsoft/aeschli/foldingAPI
...
incorperate folding api feedback
2018-04-18 17:16:35 +02:00
Johannes Rieken
5292f76fcd
add (optional) copy function #47475
2018-04-18 16:23:40 +02:00
Martin Aeschlimann
a1bb202eb6
incorperate folding api feedback
2018-04-18 15:26:43 +02:00
Johannes Rieken
034b377306
first cut of explict watch, #47475
2018-04-18 12:06:16 +02:00
Matt Bierner
cdd9a731f9
Use standard 'postMessage' name
2018-04-17 16:22:44 -07:00
Daniel Imms
c8d58f428e
Pass through shutdown and resize
2018-04-17 15:43:41 -07:00
Daniel Imms
70b22b8c05
Get terminal process running on ext host
2018-04-17 15:26:09 -07:00
Matt Bierner
ea680fae1c
Update to use more consistent WebviewPanel naming
2018-04-17 10:36:56 -07:00
Daniel Imms
4f3c8a148c
Merge remote-tracking branch 'origin/master' into tyriar/terminal_process
2018-04-17 10:30:26 -07:00
Johannes Rieken
c8b4f0d05d
move proposed search api logic into its own world, #47058
2018-04-17 18:38:26 +02:00
Johannes Rieken
8c1e3a7b3c
allow to return range or range and placeholder, #7340
2018-04-17 11:40:25 +02:00
Daniel Imms
948897cd13
Start of allowing terminal process to live on extension host
2018-04-16 14:33:36 -07:00
Matt Bierner
71c09a6c4c
weview -> webview
2018-04-16 11:50:51 -07:00
Andre Weinand
dfeffb55b6
properly register debug types
2018-04-15 22:40:01 +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
Matt Bierner
a2346c606d
Rename WebviewEditor to WebviewPanel
2018-04-12 12:06:07 -07:00
Matt Bierner
5ff2ccfc28
CodeActionProvider.providedKinds ( #47702 )
...
Adds a new optional `CodeActionProviderMetadata`. This is passed in`registerCodeActionProvider` and contains a list of`CodeActionKinds` that the provider may return. The list is used for deciding when to show the `refactor` and `source action` context menus. It is not used for filtering the returned code actions
Possibly helps address #45383
2018-04-12 11:50:21 -07:00
Daniel Imms
52267c0ba3
Merge pull request #47678 from Microsoft/tyriar/api_terminals
...
Allow extensions to access all terminals
2018-04-12 09:25:40 -07:00
André Weinand
b578dc2bd1
support to launch debuggee from EH
2018-04-12 00:56:15 +02:00
Matt Bierner
8cb7e80544
Split out Webview from WebviewEditor in proposed API ( #47370 )
...
* Split out `Webview` from `WebviewEditor` in API
**Problem**
The current proposed `Webview` interface has a few methods and properties that are very editor specific, such as `.reveal` and `.onDidChangeViewState`. These properies will not make sense if we ever allow webview to be displayed in other locations, such as in widgets
**Proposal**
Split the concepts of a `Webview` and of a `WebveiwEditor`. A webview is the html content itself. A `WebviewEditor` is an editor that displays a `Webview`
This would allow us to easily add other types of `Webview` owning objects in the future without having to document that some methods only apply when a webview is used as an editor vs as a widget
2018-04-11 11:49:02 -07:00
Johannes Rieken
1b33eb37d5
make readDirectory return string/stat-tuples, #47475
2018-04-11 12:38:39 +02:00
Daniel Imms
5d9d2d127f
Work in progress for exposing all terminals via API
2018-04-09 07:38:08 -07:00