Commit graph

120480 commits

Author SHA1 Message Date
meganrogge 8bd293e87d
move declaration near usage 2024-04-02 14:55:09 -07:00
meganrogge e4947ea3ad
fix #191745 2024-04-02 14:26:34 -07:00
Daniel Imms e02d142108
Merge pull request #209359 from microsoft/tyriar/146811_smoke
Enable terminal smoke tests on desktop
2024-04-02 13:05:06 -07:00
Aaron Munger 225665b294
allow input elements to handle keydown events (#209362) 2024-04-02 12:40:42 -07:00
Ladislau Szomoru ea29ccb86f
SCM - add history item hover (#209373) 2024-04-02 21:16:51 +02:00
Daniel Imms ac37049b6b
Merge pull request #209372 from microsoft/tyriar/207454
Fix leaks in hoverService
2024-04-02 12:14:48 -07:00
Daniel Imms c78ef14765
Merge pull request #209371 from microsoft/tyriar/207459
Fix leaks in terminalInstance dnd
2024-04-02 12:14:34 -07:00
Daniel Imms 2d0c61554b
Merge pull request #209370 from microsoft/tyriar/207462
Fix leaks in terminalTabsList
2024-04-02 12:14:06 -07:00
Daniel Imms eca9ac7e11
Support any OSC link scheme
Fixes #176812
2024-04-02 12:03:31 -07:00
Daniel Imms 3501dd8202
Fix leaks in hoverService
Fixes #207454
2024-04-02 11:41:24 -07:00
Daniel Imms 5aa71ebddd
Fix leaks in terminalInstance dnd
Fixes #207459
2024-04-02 11:37:26 -07:00
Daniel Imms b695a625cd
Fix leaks in terminalTabsList
Fixes #207462
2024-04-02 11:33:06 -07:00
Henning Dieterichs 32d5ad58e7
Inline completion refactoring (#209011) 2024-04-02 09:30:59 -07:00
Connor Peet 7a523c238f
exthost: fix profiling not working (#209142)
* exthost: fix profiling not working

Fixes https://github.com/microsoft/vscode/issues/194678. Requires https://github.com/jrieken/v8-inspect-profiler/pull/3 to be merged and published in order to pass the 'host' down.

* bump package
2024-04-02 18:21:30 +02:00
Megan Rogge e2d3f253b3
Merge pull request #209357 from hsfzxjy/widget-navigation-tracing-200259
Logging navigible container events for debug
2024-04-02 09:19:34 -07:00
Daniel Imms 3e49f239c9
Enable terminal smoke tests on desktop
Fixes #146811
2024-04-02 09:08:45 -07:00
hsfzxjy dd138b1942
Log only when config is enabled 2024-04-03 00:03:35 +08:00
Megan Rogge 12f96943d3
Update src/vs/workbench/contrib/accessibilitySignals/browser/accessibilitySignalLineFeatureContribution.ts 2024-04-02 08:45:03 -07:00
meganrogge 309c1999c6
make isPresent optional 2024-04-02 08:43:36 -07:00
hsfzxjy b063b267ca
Logging navigible container events for debug 2024-04-02 23:39:53 +08:00
meganrogge 5f95ec93ce
implement as classes 2024-04-02 08:33:46 -07:00
meganrogge b41113d22f
swap lines 2024-04-02 08:27:38 -07:00
meganrogge ecf7466e6b
use abstract class 2024-04-02 08:22:07 -07:00
Matt Bierner 998047ca2f
Add experimental support for updating markdown links on copy/paste (#209319)
* Add experimental support for updating markdown links on copy/paste

For #209318

* Remove log
2024-04-02 17:15:12 +02:00
Megan Rogge c532d61607
Merge branch 'main' into merogge/signal-line 2024-04-02 08:14:22 -07:00
Daniel Imms 8ef2d1d6a5
Merge pull request #209310 from mmastrac/main
Add `windowOptions` to xtermTerminal to allow `ESC [18t` to work
2024-04-02 08:14:07 -07:00
Raymond Zhao 325e4c747b
docs: categorize chat-list-background as other (#209303) 2024-04-02 17:07:42 +02:00
Daniel Imms bd05f055e1
Merge pull request #136633 from marvinthepa/terminal-middle-paste
Middle-click paste in terminal on non-Linux
2024-04-02 07:32:03 -07:00
Daniel Imms bf235f662c
Improve setting description 2024-04-02 07:00:16 -07:00
Daniel Imms dc4e8af04b
Use switch, allow Linux to paste regular clipboard too 2024-04-02 06:58:17 -07:00
Daniel Imms 6f989eb488
Bring terminal editor's mousedown handling closer in line with tabbed view 2024-04-02 06:56:08 -07:00
Daniel Imms 4fe8f60274
Move onto ITerminalConfigurationService 2024-04-02 06:54:36 -07:00
Daniel Imms 4830b7f376
Merge branch 'main' into terminal-middle-paste 2024-04-02 06:33:02 -07:00
Ladislau Szomoru 6e62970b05
SCM - use custom hover for history item statistics (#209346) 2024-04-02 15:25:40 +02:00
Johannes Rieken dd0b11c533
add and use ChatInputPart#contentHeight (#209345)
fixes https://github.com/microsoft/vscode-copilot/issues/4727
2024-04-02 15:22:39 +02:00
Henning Dieterichs 1c26e87c0d Fixes #209251 2024-04-02 15:17:30 +02:00
Sandeep Somavarapu 3289aba2b8
fix 208710 (#209343)
* fix syncing profiles (#209336)

fix #208710

* bailout if profile with same name exists already

* make it sync
2024-04-02 15:03:22 +02:00
Ladislau Szomoru 8d1ecd7b94
SCM - 💄 API cleanup (#209339)
* SCM - 💄 API cleanup

* Fix compilation
2024-04-02 14:51:36 +02:00
Alex Ross fba040af32
Fix opening folders in file picker (#209330)
Part of #208937
2024-04-02 11:12:58 +02:00
Henning Dieterichs a163748c59 Fixes #209324 2024-04-02 11:08:37 +02:00
Don Jayamanne 78cfeea7ba
Support Shift+Up/Down keys in notebook outputs (#209314) 2024-04-02 11:02:37 +02:00
Ladislau Szomoru 166a042fcc
SCM - Add support for filtering history item changes (#209327) 2024-04-02 10:55:32 +02:00
Matt Mastracci f69d22012a
Add windowOptions to xtermTerminal 2024-04-01 18:21:03 -06:00
Daniel Imms b3d006c52c
Merge pull request #209306 from microsoft/tyriar/build
Fix test failures due to private mangling
2024-04-01 16:21:05 -07:00
Daniel Imms 093332ee52
Fix test failures due to private mangling 2024-04-01 15:59:34 -07:00
Aaron Munger 8f218ce2a5
notebook output performance (#209282)
* record perf data for notebook outputs

* debounce event per cell

* send size info, emit directly from perf message listener

* fix classification details

* better names
2024-04-01 14:49:43 -07:00
Megan Rogge 2c3efed801
Merge pull request #209292 from microsoft/merogge/tab-action-bar
register `Action`s created in `getTerminalActionBarArgs`
2024-04-01 14:34:35 -07:00
Daniel Imms 68746b09f4
Merge pull request #209294 from microsoft/tyriar/181900_3
Migrate rest of TerminalConfigHelper to TerminalConfigurationService
2024-04-01 14:20:42 -07:00
meganrogge 7b2d02766c
use disposableStore 2024-04-01 14:11:08 -07:00
Megan Rogge ed8a695427
Merge pull request #209283 from microsoft/merogge/kb-term
get insert kb to work in input editor
2024-04-01 14:01:52 -07:00