Rob Lourens
5b3403bfb5
Fix #57895 - remove leadingChars from search provider API
2018-09-24 16:41:03 -07:00
Christof Marti
eaddbde222
Revisit QuickPickItem.shouldAlwaysShow ( #59232 )
2018-09-24 16:41:16 +02:00
Johannes Rieken
f79b59416b
debt - SuggestionType -> SuggestionKind
2018-09-24 15:58:05 +02:00
Sandeep Somavarapu
f0fd4a1cab
Fix #59210
2018-09-24 12:09:22 +02:00
Matt Bierner
e19c9ba82d
Addd option to open markdown preview links in markdown preview
...
Fixes #19339
2018-09-21 15:08:42 -07:00
Alex Ross
1ff175f094
Wait to signal to the extHostTerminalService that the terminal is opened until the terminal has a name. ( #58983 )
...
Also added a change listener for title. Fixes #53057
2018-09-21 14:08:38 -07:00
Rob Lourens
a0f1543c00
Fix fileIndex error handling
2018-09-21 09:56:12 -07:00
Sandeep Somavarapu
3f9707e650
Merge branch 'master' into sandy081/outputChannel
2018-09-21 10:15:35 +02:00
Andre Weinand
88b85b66c3
add DA Tracker API; fixes #55945
2018-09-20 23:11:11 +02:00
Johannes Rieken
958ebddd0e
move api out of proposed, #1800
2018-09-20 17:26:24 +02:00
Joao Moreno
56f9c2045f
scm: memoize count
...
related to #57854
2018-09-20 16:16:19 +02:00
Sandeep Somavarapu
d617ede266
Change to options with force parameter
2018-09-20 15:45:09 +02:00
Andre Weinand
09814757f0
check constraints when registering debugProvider
2018-09-20 15:02:48 +02:00
Sandeep Somavarapu
efc702c759
Implement #49215
2018-09-20 11:51:23 +02:00
Rob Lourens
6326543b11
Support findFiles with a non-file URI workspace
2018-09-19 16:10:54 -07:00
Rob Lourens
cb0e4a5322
Merge remote-tracking branch 'origin/ben/relative-pattern' into roblou/findFilesUri
2018-09-19 16:09:15 -07:00
Andre Weinand
b3d2c6035e
support EH based DAs
2018-09-19 23:26:36 +02:00
Daniel Imms
dbdbbe5259
Don't set en_US.UTF-8 on Windows when setLocale is false
...
Fixes #58015
2018-09-19 12:28:40 -07:00
Joao Moreno
4e3f58f2f4
git: handle deleted conflicts
...
fixes #52787
2018-09-19 15:48:28 +02:00
Johannes Rieken
3bdfca7c31
rename changeLanguage to setTextDocumentLanguage, #1800
2018-09-19 10:55:17 +02:00
Johannes Rieken
363e6b696f
make changeLanguage return a TextDocument, #1800
2018-09-19 10:55:17 +02:00
João Moreno
8a142f5b81
Merge pull request #58731 from oneslash/new_branch_if_no_other_found
...
always show create a branch button
2018-09-19 10:28:17 +02:00
Rachel Macfarlane
d1dbe4d53c
Add support for deleting comments, #58078
2018-09-18 16:45:41 -07:00
Andre Weinand
0f4893299a
check debugServer property first; improved fix for #58847
2018-09-19 00:04:29 +02:00
Alex Dima
5f7d8d4935
Fixes #58687 : Check version before starting up the ext host
2018-09-18 11:21:36 +02:00
Rob Lourens
f3654c59e0
Fix #55790 - allow extensions to return a hitLimit flag
2018-09-17 22:48:12 -07:00
Sandeep Somavarapu
2042dfa0d9
Fix #58775
2018-09-17 21:35:31 +02:00
Rachel Macfarlane
1d1105e96b
Add support for editing comments, #58078
2018-09-17 11:22:41 -07:00
Johannes Rieken
01e438743c
debt - remove SnippetType
2018-09-17 12:57:34 +02:00
Johannes Rieken
2e14dce0d5
make sure to use fsPath when populating the extension index #55340
2018-09-17 12:16:59 +02:00
Andre Weinand
be713f752c
support env vars when creating a DA; fixes #56646
2018-09-16 01:14:19 +02:00
Andre Weinand
644d57ddba
pass config to adapterExecutableCommand; fixes #45220
2018-09-15 16:46:49 +02:00
Rob Lourens
82a2a4762c
Telemetry for #34711
...
Capture workspaceContainsTimeout numbers
2018-09-14 18:48:46 -07:00
Alex Ross
e6ef901bda
Wait to call registerOnDataListener until the terminal id has been set ( #58644 )
2018-09-14 09:09:11 -07:00
Alex Ross
529c82649b
Extension host terminal onData events need to be queued when the terminal ID is not yet set ( #58627 )
2018-09-14 09:06:49 -07:00
Joao Moreno
23efb2fbb0
fixes #25281
2018-09-14 12:34:45 +02:00
Sardorbek Pulatov
2381d8f627
always show create a branch button
2018-09-13 21:53:07 +02:00
Alex Dima
f9d8addc07
Merge remote-tracking branch 'origin/master' into pr/limerickgds/51557
2018-09-11 15:30:40 +02:00
Johannes Rieken
a5561ad94f
don't update markers when there is no real change, #57875
2018-09-11 12:41:02 +02:00
Johannes Rieken
01f615e016
better error handling when calling prep-rename, #58394
2018-09-11 11:39:21 +02:00
Matt Bierner
d33b1c3063
Initial work on signature help context ( #58135 )
...
* Initial work on signature help context
Fixes #54972
Adds `SignatureHelpContext`. This tells providers why signature help was requested
TODO:
- [ ] Better understand semantics of retrigger. Should `retrigger` be an flag instead of a `triggerReason`?
- [ ] Fix skipped test
- [ ] Add more tests for trigger reasons / trigger characters
* Fix unit test
* Make sure we retrigger sig help if it is already showing
* Add test for dismiss and re-invoke
* Extract some constants
* Extract createMockEditor
2018-09-10 17:44:21 -07:00
Rob Lourens
b7e684c508
Fix TPromise#cancel in FileIndexProvider #56137
2018-09-10 11:21:47 -07:00
Johannes Rieken
01d594a82d
fix #57984
2018-09-10 17:28:20 +02:00
Johannes Rieken
d549613864
fix #58228
2018-09-10 10:06:06 +02:00
Sandeep Somavarapu
c1a6295edf
Ability to create log file channels from extension host
2018-09-07 11:53:13 +02:00
Sandeep Somavarapu
dc4c763127
Use backup channels when spdlog fails and log telemetry
2018-09-07 11:53:13 +02:00
Sandeep Somavarapu
39cc093a9b
💄
2018-09-06 22:17:39 +02:00
Sandeep Somavarapu
8c26e721ee
add push/pull option for output channels
2018-09-06 21:07:13 +02:00
Johannes Rieken
2b960fb0ff
debt - remove TPromise from ExtHostDebug
2018-09-06 16:19:03 +02:00
Christof Marti
554c9b1460
Remove WinJS.Promise#cancel usage ( #56137 )
2018-09-06 14:56:22 +02:00