Sandeep Somavarapu
4e65cab609
Revert "Proposals for Collapse, CollapseAll, Expand APIs and implementation"
...
This reverts commit 677234a7c2 .
2018-10-24 12:25:51 +02:00
Sandeep Somavarapu
677234a7c2
Proposals for Collapse, CollapseAll, Expand APIs and implementation
2018-10-24 12:24:12 +02:00
Sandeep Somavarapu
6baf2fd360
Merge pull request #61482 from Microsoft/sandy081/61313
...
Introduce tree item highlights
2018-10-23 10:18:15 +02:00
Alex Dima
17454d4e88
Organize imports
2018-10-23 09:54:11 +02:00
Sandeep Somavarapu
90052ff8c4
code review - change from object array to number tuples. Move to proposed api
2018-10-22 16:50:37 +02:00
Johannes Rieken
45f4904378
debt remove TPromise from extHost-files #53526
2018-10-19 09:49:05 +02:00
Johannes Rieken
078b1415e4
add proposed api for CompletionItemInsertTextRule, #57093
2018-10-17 15:10:15 +02:00
Benjamin Pasero
2ce9665b30
Allow globalState to be synchronized across multiple windows ( #61024 )
...
* Allow globalState to be synchronized across multiple windows (fixes #55834 )
* address some feedback
2018-10-16 18:52:50 +02:00
Rob Lourens
ee40fa3e0d
Text search in EH
2018-10-15 16:28:31 -07:00
Matt Bierner
0318e90c93
Add null type annotations for the common x: T = null pattern
...
In these cases, the programmer has explicitly indicated that the type should be nullable
2018-10-11 14:13:20 -07:00
Daniel Imms
ab8bc96039
Stabilize active terminal APIs
...
Fixes #58357
2018-10-08 11:03:00 -07:00
Johannes Rieken
1580cd1846
first version of simple clipboard API, #217
2018-10-08 12:38:36 +02:00
Matt Bierner
2f51e97117
Add retrigger characters to SignatureHelpProvider
...
Introduces the concept of a re-trigger character to the signature help provider. This is a seperate set of characters that are registered with the provider. Typing a retrigger character fires a new signature help request if signature help is already showing.
#54972
2018-10-05 16:01:02 -07:00
Matt Bierner
8087b0a8d8
Remove use strict directives in main vs code ts files (part 2)
...
We compile using the alwaysStrict flag so these directives are not needed
This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Christof Marti
54c51f2f23
QuickPickItem.alwaysShow ( #59232 )
2018-10-01 16:39:00 +02:00
Sandeep Somavarapu
f78b7b2746
#59209 Update output channel when visible
2018-09-26 15:04:29 +02:00
Sandeep Somavarapu
a5580c3d51
#59322 Remove the options
2018-09-25 17:02:20 +02:00
Christof Marti
eaddbde222
Revisit QuickPickItem.shouldAlwaysShow ( #59232 )
2018-09-24 16:41:16 +02:00
Sandeep Somavarapu
3f9707e650
Merge branch 'master' into sandy081/outputChannel
2018-09-21 10:15:35 +02:00
Johannes Rieken
958ebddd0e
move api out of proposed, #1800
2018-09-20 17:26:24 +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
Andre Weinand
b3d2c6035e
support EH based DAs
2018-09-19 23:26:36 +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
Andre Weinand
0f4893299a
check debugServer property first; improved fix for #58847
2018-09-19 00:04:29 +02:00
Andre Weinand
644d57ddba
pass config to adapterExecutableCommand; fixes #45220
2018-09-15 16:46:49 +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
Sandeep Somavarapu
c1a6295edf
Ability to create log file channels from extension host
2018-09-07 11:53:13 +02:00
Sandeep Somavarapu
8c26e721ee
add push/pull option for output channels
2018-09-06 21:07:13 +02:00
Sandeep Somavarapu
546032756a
Use URIs instead of strings while passing environment to Extensionhost
2018-09-05 17:29:01 +02:00
Sandeep Somavarapu
810efbc85f
- Remove windowId from IInitData
...
- Send exthost logs location from renderer
- IExtensionService: Expose an API to get exthost logs location
2018-09-04 18:42:24 +02:00
Alex Dima
591e83f8a4
Reduce usage of TPromise in extHost.protocol
2018-09-04 16:04:53 +02:00
Sandeep Somavarapu
5dbd093581
#57618 : ExtHost: Implement writable output channels using spdlog
2018-09-04 15:26:29 +02:00
Johannes Rieken
2d452e0a7e
uri - replace usages of default export with named export
2018-09-03 10:54:50 +02:00
Johannes Rieken
549d6088d7
Merge branch 'master' into pr/mechatroner/55107-1
2018-08-27 14:15:53 +02:00
Johannes Rieken
5ef859f6fc
use getOrCreateMode and move api to proposed-stage first
2018-08-27 14:08:44 +02:00
Isidor Nikolic
8f343b7b59
Merge pull request #57022 from Microsoft/isidorn/getWorkspaceLabel
...
UriLabelService.getWorkspaceLabel
2018-08-23 12:35:31 +02:00
isidor
a03b3b5066
remove .name from IWorkspace
2018-08-23 12:09:01 +02:00
Daniel Imms
4a067ffd6b
Guard proposed API createTerminalRenderer
...
Fixes #56310
2018-08-22 12:58:38 -07:00
Johannes Rieken
1df5a2f9ef
add log level change event, #43275
2018-08-22 15:57:00 +02:00
Johannes Rieken
66205890dd
Revert "Revert "remove proposed Logger-api, #43275 ""
...
This reverts commit 315cce8314 .
2018-08-20 15:31:33 +02:00
Johannes Rieken
315cce8314
Revert "remove proposed Logger-api, #43275 "
...
This reverts commit 1c72ab243c .
2018-08-17 11:04:35 +02:00
Johannes Rieken
1a9a0bd306
💄 sort lines in vscode-module export
2018-08-17 09:49:25 +02:00
Johannes Rieken
1c72ab243c
remove proposed Logger-api, #43275
...
we keep the LogLevel-enum and the plan is to accept the log level when
calling OutputChannel#appendLine so that
logging is supported there
2018-08-17 09:47:26 +02:00
mechatroner
bd02bdbc5a
improve function interface
2018-08-15 23:13:56 -04:00
mechatroner
e91573db01
cleanup and rename
2018-08-14 22:06:43 -04:00
Christof Marti
1b675ac9ab
Use class with static fields ( fixes #55494 )
2018-08-03 10:53:43 +02:00
mechatroner
2eabbee449
Add two alternative language-changing interface functions
2018-08-03 00:48:14 -04:00
Rob Lourens
c348736137
Add temp registerSearchProvider stub
...
to avoid breaking live share in Insiders
2018-07-26 21:29:40 -07:00