Commit Graph

120405 Commits

Author SHA1 Message Date
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
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
Daniel Imms
76b2bf28ec
Fix hygiene 2024-04-01 13:49:48 -07:00
Andrea Mah
20b0d08112
remove extra width from aiButton (#209295) 2024-04-01 13:49:35 -07:00
Daniel Imms
f533074d4c
Merge pull request #209298 from microsoft/tyriar/safari
Remove safari check to use webgl
2024-04-01 13:47:04 -07:00
Daniel Imms
79f567141e
Remove safari check to use webgl 2024-04-01 13:29:41 -07:00
Daniel Imms
68e5b46311
Replace label computer ctor in test 2024-04-01 13:27:35 -07:00
Daniel Imms
a8bd1338de
Migrate rest of TerminalConfigHelper to TerminalConfigurationService
Fixes #181900
2024-04-01 13:11:19 -07:00
meganrogge
ae2fe7d085
fix #146972 2024-04-01 12:47:26 -07:00
Logan Ramos
af1d328489
Remove isMeasurement (#209287)
* Remove isMeaasurement from the typing

* Remove isMeasurement
2024-04-01 21:00:07 +02:00
Megan Rogge
7b73cfd296
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatActions.ts 2024-04-01 11:20:27 -07:00
Megan Rogge
d50528e3c4
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatActions.ts 2024-04-01 11:20:12 -07:00
meganrogge
563b84c085
just add as secondary 2024-04-01 11:18:35 -07:00
Connor Peet
87780c04c8
eng: fix CSS tooling crashes watch task (#209278)
Get rid of the gulp-postcss plugin and just implement our own, I couldn't get it to work.

Fixes #207827
2024-04-01 20:15:25 +02:00
meganrogge
79b01c410c
get insert kb to work in input editor 2024-04-01 11:12:14 -07:00
Daniel Imms
aac8155100
Merge pull request #209271 from microsoft/tyriar/xterm_private
Remove usage of several xterm private APIs
2024-04-01 10:44:36 -07:00
Daniel Imms
8bdc74cd9e
Merge pull request #209277 from microsoft/tyriar/209275
Remove xterm canvas renderer from fallback logic
2024-04-01 10:42:55 -07:00
Daniel Imms
596ee31f6c
Remove xterm canvas renderer from fallback logic
This simplifies things a lot, the plan is to remove the canvas renderer
completely from VS Code if all goes well (#209276).

Fixes #209275
2024-04-01 10:25:33 -07:00
Aaron Munger
16a39cb720
De-select output for focus cell container commands (#209269)
* pass message to de-select when container is selected from output

* clear selection in more cases
2024-04-01 10:24:08 -07:00
Connor Peet
e169401ec2
testing: fix testing-coverage-lineHeight being marked as a color (#209273) 2024-04-01 19:22:09 +02:00
Megan Rogge
b85a65938a
Merge pull request #209266 from microsoft/merogge/alpha-sounds
order sounds/announcements in quick pick alphabetically
2024-04-01 10:17:58 -07:00
Megan Rogge
e4f949b7d5
Merge pull request #209270 from microsoft/merogge/qp-bug
fix accessibility signal qp bug
2024-04-01 10:07:41 -07:00
Daniel Imms
ee7fe25638
Remove hack for canvas to force a refresh
I can no longer reproduce this issue and it was a big hack regardless.
Will track issues for any mentioned of bad resizes on the canvas
renderer.
2024-04-01 10:07:33 -07:00
Daniel Imms
7733a6a12b
Merge pull request #209261 from microsoft/tyriar/181900_2
Move terminal WSL recommendation into a workbench contrib
2024-04-01 10:07:13 -07:00
Daniel Imms
64aa2c302f
Remove unused event emitter type 2024-04-01 10:04:04 -07:00
Daniel Imms
ad545a18d3
Remove unneeded lint suppression 2024-04-01 10:02:05 -07:00