Daniel Imms
52a351f8ff
Merge pull request #75455 from microsoft/tyriar/75091_default_shell_api
...
Implement API to get default shell
2019-06-14 09:13:28 -07:00
Matt Bierner
580bd304c9
Don't use heap service for signature help
...
For #74846
Migrates from using the heap service to have an explicit lifecycle
2019-06-13 17:49:00 -07:00
Daniel Imms
976320ddd2
Pass workspace shell permissions to ext host
2019-06-13 15:41:00 -07:00
Matt Bierner
3bb736272e
Mark readonly on insertSnippet
...
This function does not modify the input array
2019-06-13 14:11:46 -07:00
Johannes Rieken
1ad12b24a6
allow extension resources in editor insets
2019-06-12 18:09:34 +02:00
Peng Lyu
63672ffaa7
Merge pull request #74930 from microsoft/rebornix/commentreactions
...
Comment Reaction API
2019-06-10 10:36:21 -07:00
Matt Bierner
b4a00ca33f
Replacing heapservice with lifecycle for code actions
...
Part of #74846
Code Actions can use commands internally, which must be disposed of. We were previously using the heap service for this but this will not work for the web. Add a custom lifecycle instead
2019-06-06 22:12:56 -07:00
Benjamin Pasero
eddc3f4a23
status - fix empty extension
2019-06-06 18:38:42 +02:00
Benjamin Pasero
943b78238b
paper cut - offer a menu to control visibility of status bar entries
2019-06-06 07:36:06 +02:00
Peng Lyu
cae0668a0e
reactions handler
2019-06-05 21:08:41 -07:00
Johannes Rieken
35643d80e0
add lifecycle to code lens, #74846
2019-06-05 08:52:31 +02:00
Rachel Macfarlane
83ef31e6a2
Correctly set extensionId on comment threads
2019-06-04 11:50:47 -07:00
Johannes Rieken
6f1da34c2e
debt - decouple webviews from code insets, move things to /browser/-layer, change inset api proposal to push style, re #66418
2019-06-04 12:31:18 +02:00
Peng Lyu
c042dabe2b
Fix #74641 . Update viewzone afterline when position changes.
2019-05-31 10:27:56 -07:00
Daniel Imms
93f93d0961
Merge remote-tracking branch 'origin/master' into tyriar/72518_runInBackground
2019-05-24 06:16:37 -07:00
Matt Bierner
f3b8d15b0d
Add DocumentLink.tooltip api proposal
...
For #72824
2019-05-23 17:57:04 -07:00
Peng Lyu
346da6b01a
dispose empty comment thread when collapse.
2019-05-23 16:37:42 -07:00
Daniel Imms
9b3544000e
Merge remote-tracking branch 'origin/master' into tyriar/72518_runInBackground
2019-05-23 12:08:42 -07:00
Peng Lyu
7b078e1165
Merge pull request #74089 from microsoft/rr/comments
...
Comment API
2019-05-23 09:42:56 -07:00
Daniel Imms
f68625b600
Support running terminals in background
...
Part of #72518
2019-05-22 17:22:50 -07:00
Peng Lyu
e26568b586
Add contextValue support
2019-05-21 16:59:34 -07:00
Andre Weinand
9af6cea057
remove support for running DA in renderer
2019-05-21 18:46:03 +02:00
Rachel Macfarlane
925426e8b0
Remove activeCommentThread from extHost comments, set context keys on simple comment editor
2019-05-17 16:52:36 -07:00
Peng Lyu
4186bc0a44
menu items
2019-05-17 11:49:00 -07:00
Harry Hedger
ab7694754b
renamed listeners to registerCommandListener and unregisterCommandListener
2019-05-05 02:07:01 -07:00
Harry Hedger
62f2b712f0
Removed disposeListeners from commandService and only remove listener on MainThreadCommands
2019-05-05 02:07:01 -07:00
Harry Hedger
b9c3c20a75
Made recommended changes
2019-05-05 02:07:01 -07:00
Harry Hedger
8755a2aa35
Implemented onDidExecuteCommand api method
2019-05-05 02:07:01 -07:00
Peng Lyu
072e9a35ee
Comments API Finalization ( #73010 )
...
* Comments API Finalization
2019-04-30 14:59:59 -07:00
Peng Lyu
253809c186
Legacy api should still work.
2019-04-28 16:35:01 -07:00
Peng Lyu
2884d2239b
Add active comment thread.
2019-04-28 12:30:29 -07:00
Benjamin Pasero
0157b3c155
fix #72558
2019-04-18 16:26:14 +02:00
Benjamin Pasero
c72cfe0c65
Provide API to get access to the workspace configuration file ( #37421 ) ( #72490 )
...
* Provide API to get access to the workspace configuration file (#37421 )
* fix untitled ID
* update docs
2019-04-17 14:24:10 +02:00
Daniel Imms
84f3cfab2b
Fix terminal workspace shell/args
2019-04-16 11:25:38 -07:00
Alex Dima
f526e46357
Tweaks
2019-04-16 11:35:09 +03:00
Matt Bierner
80a2614355
Only try tunneling openExternal when we actually need to
2019-04-15 15:28:03 -07:00
Matt Bierner
94ba9cfe20
Finalizing webview port mapping api
...
Fixes #72152
2019-04-15 11:01:19 -07:00
Johannes Rieken
ba4735d7cb
debt - don't use Buffer in extHost-protocol
2019-04-10 15:42:45 +02:00
Andre Weinand
fd44b66c0f
cleanup multi extension debugging
2019-04-09 18:28:23 +02:00
Johannes Rieken
d95618b784
use readonly T[] instead of ReadonlyArray<T>
2019-04-05 15:45:21 +02:00
Johannes Rieken
8881c88a8a
debt - make ext host init data more complete
2019-04-05 15:23:21 +02:00
Johannes Rieken
e9568ad84c
debt - use Cache for completion items
2019-04-04 17:20:17 +02:00
Johannes Rieken
b15e6329a5
debt - don't use heap service for lazy links
2019-04-04 17:20:17 +02:00
Andre Weinand
e07de5b3ad
support debuging more than one extension; fixes #71081
2019-04-04 16:11:13 +02:00
Johannes Rieken
2b0b913632
debt - don't send unused data around
2019-04-04 13:00:53 +02:00
Alex Dima
25ed721e48
More support for keytar
2019-04-03 22:50:46 +02:00
Peng Lyu
260442f574
Batch comment thread properties update event ( #71569 )
2019-04-02 01:00:03 +02:00
Johannes Rieken
3ba44a0348
minimize suggest dto, #71060
2019-04-01 16:16:50 +02:00
Matt Bierner
d25ea61e0c
Add telemetry around localhost loading inside of webview
...
This is needed to understand which extension should enable the new port forwarding feature. Only logs that some extension is accessing localhost in a webview, not which port/resource is accessed
2019-03-22 17:03:12 -07:00
Johannes Rieken
3fc8913343
show quick pick when multiple formatter apply, #41882
2019-03-21 17:40:31 +01:00