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
Matt Bierner
341013c0ef
Log warning when returned code action will be dropped ( #55090 )
...
* Add extension logging when returned code action will be dropped
Fixes #54803
Adds a loggin warning when a code action provider returns code actions that will be dropped. Warn in the the following cases:
- A provider returns code actions (not commands)
- And a specific code action type is requested.
- And the returned code actions either don't set kind or are of the wrong kind
* Use log service
* Include extension id in warning
2018-07-26 15:14:16 -07:00
Rob Lourens
d36a3d2395
Search provider - implement FileIndexProvider
2018-07-26 12:28:15 -07:00
Rob Lourens
9999dac541
SearchProvider - split out separate TextSearchProvider #47058
2018-07-26 12:28:15 -07:00
Matt Bierner
f8870d79d6
Formatting and extration
2018-07-25 12:52:06 -07:00
Sandeep Somavarapu
0aee16bab6
Fix #52944
2018-07-24 16:24:25 +02:00
Christof Marti
8804cedf65
Move to stable API ( #53327 )
2018-07-23 11:51:44 +02:00
Christof Marti
ebf213ab68
Move back button to QuickInputButtons ( #53327 )
2018-07-23 11:20:17 +02:00
Rob Lourens
a56ec40e8a
findTextInFiles - add second signature for optional options
2018-07-11 20:54:56 -07:00
Joao Moreno
cc6d8aa00e
Merge remote-tracking branch 'origin/master' into joao/uri-handler
2018-07-06 12:49:16 +02:00