Commit Graph

3723 Commits

Author SHA1 Message Date
Johannes Rieken
51123cd133 wrap error into FileSystemError, #48034 2019-07-09 15:20:10 +02:00
Sandeep Somavarapu
3b9d26ded9 #76442 fix implicit any 2019-07-09 12:28:52 +02:00
Matt Bierner
a558a9504a Adding toWebviewResource api
For #76489
2019-07-08 18:38:47 -07:00
Matt Bierner
f928d0eb36 Add log message to help catch leaked disposables in ext host 2019-07-08 17:53:32 -07:00
Daniel Imms
8ec3a1b39e Rename input to handleInput
Part of #70978
2019-07-08 12:32:27 -07:00
Alex Ross
a70ca602bc Adopt new tree in custom views (#76407)
Auto expand initial state of tree nodes is not yet implemented.
Part of #63566
2019-07-08 18:07:16 +02:00
Daniel Imms
dbe1ae7596 Merge pull request #76807 from microsoft/tyriar/shell_stable
Make vscode.env.shell stable API
2019-07-08 07:52:35 -07:00
Johannes Rieken
c5cdf50e17 prep-work for #76847 2019-07-08 11:39:01 +02:00
Johannes Rieken
4259b43f70 Revert "fix double encoding issue, https://github.com/microsoft/vscode-azure-account/issues/142"
This reverts commit 781e61bf56.
2019-07-08 09:56:49 +02:00
Johannes Rieken
441da58f1e debt 2019-07-08 09:55:02 +02:00
Daniel Imms
931b27d834 Move env.shell to stable 2019-07-07 09:57:43 -07:00
Daniel Imms
6dabbf2963 Merge pull request #76736 from microsoft/alexr00/terminalVPChanges
Changes to terminal to enable Tasks use of TerminalVirtualProcess
2019-07-05 09:49:02 -07:00
Daniel Imms
8bd0e79c73 Fix ext host terminals
Fixes #76670
2019-07-05 09:06:11 -07:00
Alex Ross
8aed46f950 Revert unneeded export 2019-07-05 18:01:08 +02:00
Alex Ross
6f40ddeee2 Revert whitespace change 2019-07-05 17:59:05 +02:00
Alex Ross
65f53d53b1 Changes to terminal to enable Tasks use of TerminalVirtualProcess 2019-07-05 17:57:03 +02:00
Daniel Imms
ed54d9a483 Allow tasks to attach virtual process to a terminal created on renderer 2019-07-05 08:03:39 -07:00
Johannes Rieken
6b519e5bc2 remove unused dispose 2019-07-05 13:04:56 +02:00
Johannes Rieken
7980cd2697 replace mutation observer with dom#asDomUri, #75061 2019-07-04 10:20:03 +02:00
Matt Bierner
0722dc5c0e Error if we try to perform an operation on an unknown editor inset 2019-07-03 11:28:07 -07:00
Daniel Imms
27667093b4 Fix virtual process input api 2019-07-03 09:27:17 -07:00
Daniel Imms
2b7e92eeca Update virtual process API names
Part of #70978
2019-07-03 09:21:10 -07:00
Andre Weinand
9f20ed4d6e consolidate externalTerminalService: dead wood removal 2019-07-03 17:14:49 +02:00
Joel Day
b6089b1db5 Adding support for TaskProvider.resolveTask (#71027)
* Adding support for TaskProvider.resolveTask.

* Reorganize task grouping and resolution async code for readability.

* Made small changes and implmented resolveTask for gulp
2019-07-03 15:47:37 +02:00
Joao Moreno
a67b138d51 use es6 maps in mainThreadSCM
related to #76442
2019-07-03 09:57:24 +02:00
Daniel Imms
880a0c1507 Merge remote-tracking branch 'origin/master' into tyriar/virtual_process 2019-07-02 18:10:33 -07:00
Daniel Imms
9d01ac8949 Fix virtual process resize and debounce event 2019-07-02 17:40:25 -07:00
Matt Bierner
8bc1d605b1 Merge pull request #76441 from mjbvz/ICommandsMap-real-map
Use a proper Map for ICommandsMap
2019-07-02 17:23:39 -07:00
Matt Bierner
ae2cc878f8 Using DisposableStore in mainThread class
#74250
2019-07-02 16:37:35 -07:00
Daniel Imms
d5043415f3 Remove resolved todos 2019-07-02 11:25:34 -07:00
Daniel Imms
0054980481 Pass args via object 2019-07-02 11:20:59 -07:00
Daniel Imms
0d809b4036 Clean up 2019-07-02 11:10:13 -07:00
Daniel Imms
51aab4d1eb Impl overrideDimensions 2019-07-02 10:26:59 -07:00
Daniel Imms
b96cbd870b Fix issues with early ext host terminal messages going missing 2019-07-02 09:44:37 -07:00
Daniel Imms
c5853f3aba Merge remote-tracking branch 'origin/master' into tyriar/virtual_process 2019-07-02 08:48:43 -07:00
Christof Marti
044a5f9206 Remove suppressImplicitAnyIndexErrors (#76442) 2019-07-02 16:38:39 +02:00
Matt Bierner
de320f4061 Use a proper Map for ICommandsMap
Changes the `ICommandsMap` type to be a proper map. This can help catch type errors and also gets us closer to being able to disable the tsconfig suppressImplicitAnyIndexErrors workaround
2019-07-01 17:32:12 -07:00
Daniel Imms
c35b88a7a2 Add queue system 2019-07-01 16:33:10 -07:00
Daniel Imms
29303c819d Get input working 2019-07-01 16:14:13 -07:00
Daniel Imms
6f1d0fc7ec Get virtual processes mostly working 2019-07-01 15:58:29 -07:00
Logan Ramos
26d0bbd5d9 Initial Strict Typing Support for Telemetry Events (#75785)
* Added command line information to display details about collected telemetry

* Telemetry tooling exploration

* Changing telemetry calls to be strongly typed

* Fixed an event definition

* Removed telemetry command

* More removing of telemetry command

* Fixed compilation errors

* Forgotten property

* Updated typings so diff was aligned
2019-07-01 14:37:43 -07:00
Daniel Imms
2205cb69ed Start of terminal virtual processes 2019-07-01 12:27:23 -07:00
Miguel Solorio
e543c32295 Merge master 2019-07-01 07:46:03 -07:00
isidor
eaa2d3bb23 introduce extHostLabelService and mainThreadLabelService
fixes #75881
2019-07-01 15:20:56 +02:00
Johannes Rieken
4ae2f38de2 Merge pull request #76294 from microsoft/joh/suggest-explain
Add explain mode
2019-07-01 10:47:23 +02:00
Julien Brianceau
59963fc1c0 Fix 'unkown' typos (#76297)
Because of this typo, the same localization string was duplicated:
* 'unkownProblemMatcher' referenced in processTaskSystem.ts
* 'unknownProblemMatcher' referenced in terminalTaskSystem.ts
2019-07-01 09:55:06 +02:00
Johannes Rieken
5f406230c9 use keybinding instead of setting, show provider name (iff possible) 2019-07-01 09:43:41 +02:00
Johannes Rieken
c2e57c0cf5 Merge pull request #76357 from tony-xia/typo-executeCodeLensProvider
Fixed a typo in vscode.executeCodeLensProvider args
2019-07-01 08:47:59 +02:00
Benjamin Pasero
e8792f4b79 web - implement recently opened and preserve fullscreen on switch (fix #76034) 2019-07-01 08:44:19 +02:00
Sandeep Somavarapu
34d245ed44 trigger workspace contains activation event on new folders 2019-06-30 20:10:28 +02:00