Commit graph

89847 commits

Author SHA1 Message Date
Logan Ramos 0a9a1bfdde
Create a .d.ts 2021-11-18 15:20:29 -05:00
Daniel Imms d614b269ba
Merge pull request #137464 from microsoft/tyriar/instance_service_cleanup
Refactor TerminalInstanceService
2021-11-18 11:32:49 -08:00
Benjamin Pasero 4fb4bc9dfb
Update to a newer sudo-prompt library (#137467)
* 🆙 @vscode/sudo-prompt

* use @vscode/sudo-prompt
2021-11-18 19:55:37 +01:00
Daniel Imms db65778f51 Break circular dependency between term instance/instance service
Fixes #136062
2021-11-18 10:31:40 -08:00
Daniel Imms d2d8b74e68 Update/add docs for ITerminalInstanceService 2021-11-18 10:16:25 -08:00
Daniel Imms 0a5f68d2cc Move preparePathForShell into TerminalInstance 2021-11-18 09:57:46 -08:00
Alexandru Dima d9b65b65d4
Merge pull request #136625 from pdrgds/main
fix #131458
2021-11-18 18:56:49 +01:00
rebornix 17c8f52cdf
missing; 2021-11-18 09:54:44 -08:00
Daniel Imms 6df426e670 Create ITerminalInstance.sendPath 2021-11-18 09:54:08 -08:00
Alex Dima a9bddd66bc
Improve caching of previous find matches in the SelectionHighlighterState 2021-11-18 18:53:44 +01:00
rebornix f9ccf968f6
specify output id in show more... 2021-11-18 09:45:16 -08:00
Johannes Rieken e9d7fac2c7
fix https://github.com/microsoft/vscode/issues/137415 2021-11-18 18:36:47 +01:00
Daniel Imms 3a55226ba3 Move preparePathForShell into terminalEnvironment 2021-11-18 08:55:55 -08:00
Daniel Imms 7d3408de99 Consolidate convertProfileToShellLaunchConfig into instance service
Part of #136062
2021-11-18 08:45:09 -08:00
Alexandru Dima 0de4150ed5
Merge pull request #137016 from rudavko/remove-duplication-by-using-distinct
Remove code duplication by using existing utils function
2021-11-18 17:38:33 +01:00
Daniel Imms 9d7519e3eb Move get xterm ctor out of instance service
Part of #136062
2021-11-18 08:31:29 -08:00
Daniel Imms 1331a412d9 Remove unused interface members from ITerminalInstanceService
Part of #136062
2021-11-18 08:09:55 -08:00
Alex Dima 27bcdf57a7
Remove the localProcessExtensionHostStartupTimes telemetry event 2021-11-18 16:56:28 +01:00
Alex Dima 4a1a8b07ff
Cement launching the extension host from a worker on the main process 2021-11-18 16:39:57 +01:00
João Moreno acfb946ec1
ci: 👷 no need for yarninstaller task 2021-11-18 15:57:11 +01:00
Alex Dima 24ba24e329
Fixes #137337: Respect theme colors when generating CSS for scrollbars 2021-11-18 15:29:10 +01:00
Martin Aeschlimann 6651f8ab43
[json] Adapt language status indicator. Fixes #137288 2021-11-18 14:46:59 +01:00
Johannes Rieken 8c64e1ec31
Merge pull request #136657 from microsoft/joh/shortcut_fs
Add shortcut between file system provider and consumer
2021-11-18 12:28:30 +01:00
Benjamin Pasero 90a67d4013
fix tests 2021-11-18 09:06:29 +01:00
Benjamin Pasero 999507ad64
tests - merge keytar test into native modules test 2021-11-18 08:37:43 +01:00
Benjamin Pasero 05a71436c7
tests - lift test to browser since it has no node.js deps 2021-11-18 08:25:02 +01:00
Rob Lourens bedf867b5b #131808 - Set up output collapsed part in cell template 2021-11-17 17:43:08 -08:00
Eric Cheng 722cbe1910
Fixed minor typos and grammar mistakes in README and CONTRIBUTING (#134282)
* changed minor typos, little grammar mistakes

* fixed minor grammar mistakes in CONTRIBUTING
2021-11-17 17:34:57 -08:00
Rob Lourens 333a215cb8 Add CellProgressBar
fix issue where progress bar doesn't appear when collapsing input while cell is running.
Also small cleanup to cell dnd in renderer
#131808
2021-11-17 15:39:14 -08:00
Don Jayamanne 8cb22ea15f
DIsplay Select Kernel in kernel picker (#137380) 2021-11-17 15:28:03 -08:00
Raymond Zhao b2e3a42f9b
Split deprecation message first
Fixes #131345
2021-11-17 15:18:54 -08:00
Rob Lourens 08890fbfe1 Fix #137399 2021-11-17 15:10:48 -08:00
Rob Lourens f280c5885f Show focused border when output is focused 2021-11-17 14:56:38 -08:00
Rob Lourens 18743f7360 Simplify BetweenCellToolbar 2021-11-17 14:47:09 -08:00
Rob Lourens 4dc57b1da6 Use injected contextKeyService in cell toolbar class 2021-11-17 14:42:18 -08:00
Rob Lourens 1becfd0fef Refactor toolbars in cellRenderer
#131808
2021-11-17 14:40:04 -08:00
Megan Rogge 239a94cee8
remove debug log 2021-11-17 14:01:31 -08:00
Megan Rogge 00fa317c43
Add terminal profile smoke tests (#137079) 2021-11-17 14:00:01 -08:00
Tyler Leonhardt bdc6162b1d
trigger didChange event when you update inputbox.value. ref c1c103dee7 2021-11-17 12:53:22 -08:00
Tyler Leonhardt c1c103dee7
Have setting the value trigger the filter. Fixes #137279 2021-11-17 12:48:12 -08:00
Matt Bierner 59c53002de
Fix spelling 2021-11-17 12:47:37 -08:00
Matt Bierner 7600192459
Pick up TS 4.5 as bundled TS version
Fixes #136704
2021-11-17 12:47:37 -08:00
rebornix af87dc4a82
Notebook List View Cell rendering. 2021-11-17 12:35:47 -08:00
Rob Lourens e9ca473f62 Change jupyter language name
to make it more clear that it is for raw JSON, not a notebook
2021-11-17 11:42:42 -08:00
Tyler Leonhardt 8133e1fc5e
Revert "have set value on the QuickPick/InputBox simply set the value on the input. Fixes #137279"
This reverts commit dfbaecd969.
2021-11-17 11:40:05 -08:00
Jackson Kearl d24c9eddf8
Clean providerId 2021-11-17 10:17:53 -08:00
Tyler Leonhardt dfbaecd969
have set value on the QuickPick/InputBox simply set the value on the input. Fixes #137279 2021-11-17 10:06:21 -08:00
Daniel Imms 3d796ced55 Fix terminal service unit test 2021-11-17 09:54:19 -08:00
SteVen Batten b64378e0d9
Testing out panel alignment setting (#137009)
* gridview support negative indices

* support panel alignment
2021-11-17 09:41:35 -08:00
Daniel Imms e28da46f77 Remove only 2021-11-17 09:05:48 -08:00