Matt Bierner
68afee908e
Allow updating webview settings after creation
...
Fixes #51733
2018-06-13 15:20:18 -07:00
Daniel Imms
e80cdde2ef
Merge remote-tracking branch 'origin/master' into 46192_terminal_renderer
2018-06-13 18:51:23 +02:00
Christof Marti
f4b89e0b40
Action bar ( #49340 )
2018-06-13 16:57:55 +02:00
Christof Marti
965c1862b5
QuickInput Proposed API ( #49340 )
2018-06-12 18:23:25 +02:00
Johannes Rieken
7fa40d8a12
internally talk about DocumentSymbols and WorkspaceSymbols. #34968
2018-06-12 12:47:26 +02:00
Andre Weinand
2613d48d9a
start debug terminal from ext host
2018-06-11 23:56:49 +02:00
Sandeep Somavarapu
41729b45f2
#50730 Move progress service 2 to workbench
2018-06-11 16:02:42 +02:00
习古
81f58337a9
fixed:generator method of class autocomplete causes star(*) to be added to next line
2018-06-11 01:26:47 +08:00
Peng Lyu
ad635f2b4c
Merge remote-tracking branch 'upstream/master' into rmacfarlane/review
2018-06-04 11:14:31 -07:00
Daniel Imms
20f9bf129a
Implement start of terminal renderers
...
Part of #46192
2018-06-02 16:35:49 -07:00
Benjamin Pasero
08aa435eb3
Merge branch 'master' into ben/editor
2018-05-28 18:07:21 +02:00
Andre Weinand
0dd96174c2
cleanup integrated terminal support for debugging
2018-05-28 14:22:30 +02:00
Benjamin Pasero
40c0aba09b
Merge branch 'master' into ben/editor
2018-05-28 11:21:42 +02:00
Dirk Baeumer
86feb84737
Make variable resolving for tasks async
2018-05-28 08:57:13 +02:00
Benjamin Pasero
b16ec92aa1
Merge branch 'master' into ben/editor
2018-05-25 06:32:30 +02:00
Dirk Baeumer
e0ce881040
First cut of #50416 : Add support that FileSystemProviders can control the URI of a generated problem marker
2018-05-24 22:19:14 +02:00
Benjamin Pasero
2bfb2763fd
grid - 💄 for viewcolumn conversion
2018-05-22 08:53:28 +02:00
Benjamin Pasero
f0abfa346e
Merge branch 'master' into ben/editor
2018-05-22 07:21:24 +02:00
Matt Bierner
ff5f422dda
Prototype update import paths on file rename/move for JS/TS ( #50074 )
...
* Prototype of updating paths on rename file
* Fix apply edits
* Hook up to normal rename
* Fix unit test
* Remove timeout
* Adding prompt
* Bail early if user has set 'never'
2018-05-21 13:26:24 -07:00
Benjamin Pasero
249da81b04
grid - move EditorPosition to exthost
2018-05-20 14:09:00 +02:00
Peng Lyu
9acfd66aa0
Merge remote-tracking branch 'upstream/master' into rebornix/review
2018-05-18 10:16:19 -07:00
Rob Lourens
9b4656e6bc
EH search - send limitHit result back to frontend
2018-05-17 11:56:05 -07:00
Sandeep Somavarapu
aa54908ca2
FIx #47262
2018-05-17 12:58:33 +02:00
Rob Lourens
0fb960478e
EH search - add fileSearch telemetry
2018-05-16 21:59:42 -07:00
Peng Lyu
41f1722166
use explict api instead of commands for commenting.
2018-05-16 19:14:24 -07:00
Johannes Rieken
abf25ad143
Merge branch 'master' into joh/outline
2018-05-15 18:12:33 +02:00
Sandeep Somavarapu
0b77964b6a
#49511 Access selected elements
2018-05-15 16:54:16 +02:00
Sandeep Somavarapu
43ac4e244f
#30535 expand and collapse events
2018-05-15 16:54:16 +02:00
Johannes Rieken
be6d1d7de9
fix dto/revive issue
2018-05-15 09:59:17 +02:00
Dirk Baeumer
0505ae0749
Add events to listen on process start / end for task executions.
2018-05-14 21:56:04 +02:00
Matt Bierner
21ee81c03b
Working on webview persistence API
...
#49022
2018-05-14 10:34:59 -07:00
Johannes Rieken
2a270de217
add extensionId to DocumentSymbolProvider interface
2018-05-14 14:27:26 +02:00
Christof Marti
e142962e1b
Multi-step input API ( #49340 )
2018-05-14 12:53:38 +02:00
Rob Lourens
ae223635fe
Merge pull request #49736 from Microsoft/roblou/ehSearch
...
Search implemented in extensionHost
2018-05-11 23:31:33 -07:00
Rob Lourens
0825cd49ca
EH Search - File search working with cache, sorting, filtering, all in EH
2018-05-11 11:36:01 -07:00
Matt Bierner
49170e54b1
API allowing CodeActionProviders to reliably get the current editor selection ( #49081 )
...
Fixes #49024
Fixes #49060
See #49024 for details on the problem. Makes code action providers take a range | selection. Always pass the selection if one is available.
2018-05-10 15:09:26 -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
Peng Lyu
97505bec79
Fix merge error
2018-04-24 08:39:32 -07:00
Peng Lyu
cbee2c0ce5
Merge remote-tracking branch 'upstream/master' into rebornix/review
2018-04-24 08:23:32 -07:00