Commit Graph

586 Commits

Author SHA1 Message Date
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
Daniel Imms
096d627d2b Make terminal access APIs stable
Fixes #52574
2018-07-05 09:11:17 -07:00
Johannes Rieken
1ea92bedfc add extension path mappings when extension path cannot be found, #53295 2018-07-02 12:25:49 +02:00
Rob Lourens
f666f0be0a findTextInFiles - 'null' skipes configured excludes 2018-07-01 15:34:14 -07:00
Rob Lourens
0fb670f9a3 Fix #9049 - text search API 2018-07-01 15:15:31 -07:00
Matt Bierner
2ed5aee8f0 Move webview serializer api out of proposed 2018-06-26 11:38:46 -07:00
Joao Moreno
0e8d727971 promote uri handler api to stable 2018-06-25 16:09:43 +02:00
Joao Moreno
92693a1b26 API: UriHandler, rename and docs 2018-06-25 15:13:03 +02:00
Johannes Rieken
dfb98d6d6f first cut of FileWillRenameEvent with support for workspace edit, #43768 2018-06-22 12:22:28 +02:00
Christof Marti
aae335792b T extends QuickPickItem (#49340) 2018-06-21 12:08:01 +02:00
Johannes Rieken
6dcfa8fbfe add proposed onWillRenameFile event, #43768 2018-06-19 16:13:14 +02:00
Johannes Rieken
10192366eb move onDidRename to filesystem-events things, #43768 2018-06-19 15:17:54 +02:00
Christof Marti
c361c4a31c Back button constant (#49340) 2018-06-19 12:00:48 +02:00
Daniel Imms
8d4466df93 Merge pull request #52143 from Microsoft/46192_terminal_renderer
Terminal renderer and activeTerminal APIs
2018-06-19 05:29:00 +08:00
Daniel Imms
ec4930a545 Add activeTerminal and onDidChangeActiveTerminal
Fixes #47615
2018-06-17 17:29:21 +08:00
Johannes Rieken
ec60aab39f outline - use Provider#displayName instead of extension id 2018-06-15 15:14:04 +02:00
Daniel Imms
e80cdde2ef Merge remote-tracking branch 'origin/master' into 46192_terminal_renderer 2018-06-13 18:51:23 +02:00
Christof Marti
965c1862b5 QuickInput Proposed API (#49340) 2018-06-12 18:23:25 +02:00
Alex Dima
2a575f1472 Fix usage of IMainContext / IExtHostContext 2018-06-12 16:40:56 +02:00
Johannes Rieken
cecfdcde22 update proposed API to DocumentSymbol-type, #34968 2018-06-12 12:47:27 +02:00
Andre Weinand
2613d48d9a start debug terminal from ext host 2018-06-11 23:56:49 +02:00
Alex Dima
e09017d368 Fixes #51387: Preserve path drive letter casing 2018-06-11 18:33:03 +02:00
Dirk Baeumer
e5c3c10853 Remove old proposed task API 2018-06-07 10:05:47 +02:00