Commit Graph

198 Commits

Author SHA1 Message Date
Peng Lyu
c042dabe2b Fix #74641. Update viewzone afterline when position changes. 2019-05-31 10:27:56 -07:00
Matt Bierner
483e48d875 Fix sorting of source code actions being reversed
Fixes #73344
2019-05-30 11:30:45 -07:00
Alex Dima
022835ea42 Connect to the remote extension host 2019-05-24 18:33:29 +02:00
Daniel Imms
93f93d0961 Merge remote-tracking branch 'origin/master' into tyriar/72518_runInBackground 2019-05-24 06:16:37 -07:00
Benjamin Pasero
1ce1371dc3 debt - distinguish progress services 2019-05-24 15:03:55 +02:00
Matt Bierner
0f32f0ef5f Clean up some usages of IDisposable[]
Part of #74250

- Extend `Disposable` in classes where it makes sense
- Use `DisposableStore` for lists of disposables
- Make `combinedDisposable` take arguments instead of an array (so that you can't pass in an array and then modify the array after the fact)
2019-05-23 22:58:16 -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
Benjamin Pasero
4a146406f9 Merge branch 'ben/hot-exit' into ben/preserve-mode 2019-05-12 05:51:46 -07:00
Matt Bierner
4875cc00d5 Use correct sorting for code action on save
Fixes #73344
2019-05-10 15:43:38 -07:00
Matt Bierner
af722a281a Use finally 2019-05-10 15:43:38 -07:00
Johannes Rieken
34a7c300f7 allow empty string to be inserted... 2019-05-08 17:07:34 +02:00
Benjamin Pasero
dac56c1816 allow to provide a language mode when opening text editors 2019-05-07 15:05:54 +02: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
67fc5ba4e1 Empty Comment Thread Factory works 2019-04-28 14:23:12 -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
Peng Lyu
004894a5b5 Dispose comment thread properly 2019-04-17 11:27:19 -07: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
Johannes Rieken
2335966361 use encodeURI on non-encoded uri when 'leaving' vscode, https://github.com/Microsoft/vscode/issues/25852 2019-04-17 14:11:53 +02:00
Daniel Imms
84f3cfab2b Fix terminal workspace shell/args 2019-04-16 11:25:38 -07:00
Matt Bierner
80a2614355 Only try tunneling openExternal when we actually need to 2019-04-15 15:28:03 -07:00
Daniel Imms
e4b5bccf93 Improve terminal launch 2019-04-15 11:34:55 -07:00
Johannes Rieken
261fa9f939 fix #71992 2019-04-12 09:59:30 +02:00
Johannes Rieken
ba4735d7cb debt - don't use Buffer in extHost-protocol 2019-04-10 15:42:45 +02:00
Matt Bierner
07f2fecd98 More webview ports 2019-04-10 11:47:11 +02:00
Benjamin Pasero
7211226222 fix compile errors 2019-04-09 11:37:29 +02:00
Benjamin Pasero
0a6f646b46 debt - adopt toLocalResource in more places 2019-04-09 11:32:25 +02:00
Johannes Rieken
0918dabba5 use editor for format on save and honor silent mode 2019-04-09 09:54:33 +02:00
Benjamin Pasero
beae029393 fix #29937 2019-04-08 11:56:31 +02:00
Johannes Rieken
d95618b784 use readonly T[] instead of ReadonlyArray<T> 2019-04-05 15:45:21 +02:00
Peng Lyu
a556fe2761 Support multiple comment provider 2019-04-04 15:24:27 -07: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
Johannes Rieken
272d558cf6 debt - add ILinksList to LinksProvider and allow it to define a lifecycle 2019-04-04 17:20:16 +02:00
Johannes Rieken
2b0b913632 debt - don't send unused data around 2019-04-04 13:00:53 +02:00
Benjamin Pasero
fffb170cf9 move IExtensionHostDebugService into extensions 2019-04-04 10:38:52 +02:00
Alex Dima
25ed721e48 More support for keytar 2019-04-03 22:50:46 +02:00
isidor
25069814d6 introduce ExtensionHostDebugService to no longer piggy back on the broadcastService
fixes #70835
2019-04-03 18:14:35 +02:00
Martin Aeschlimann
1ca3959faf refactor IURIToOpen 2019-04-02 17:32:11 +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
Benjamin Pasero
f4eae9a5f4 files2 - polish method names 2019-03-29 15:15:44 +01:00