Commit graph

117577 commits

Author SHA1 Message Date
Matt Bierner 58171d859b
Reduce delays in md test (#202295)
Fixes #149712
2024-01-11 17:22:26 -08:00
Matt Bierner 6e9b9a4543
Show warning when pasteAs fails (#202300)
For #188736

Show an inline message when a requested pasteAs keybinding fails
2024-01-11 16:50:47 -08:00
Andrea Mah 3822928d40
Change icon for quick search individual result (#202113) 2024-01-11 15:30:55 -08:00
Matt Bierner 34fcd8bebc
Revert autoclosing of ``` ` ``` in md (#202290)
Fixes #192676

Turns out to be more annoying than the value it provides
2024-01-11 15:29:01 -08:00
Megan Rogge 24dfce5b77
Merge pull request #202270 from Ajaykumbhare/quickest-meerkat
fix: terminal renaming not functioning as expected in editor area
2024-01-11 15:28:27 -08:00
Megan Rogge 2171b54b4d
Merge pull request #202291 from microsoft/merogge/duplicates
de-duplicate command IDs
2024-01-11 15:27:04 -08:00
meganrogge 6a4796ab12
fix part of #199744 2024-01-11 15:01:26 -08:00
Connor Peet 80bb443f66
debug: add a line preview in the trigger point select box (#202289) 2024-01-11 14:55:14 -08:00
Matt Bierner 34b0301287
Fix insert range of ts entries with replacement spans (#202287)
Fix #202153
2024-01-11 23:27:22 +01:00
Connor Peet 43e7f46eb7
Merge pull request #202286 from microsoft/connor4312/test-coverage-decorations-5
editor: support line number decorations
2024-01-11 14:25:12 -08:00
Connor Peet 8a44dee108
editor: support line number decorations
Supports setting a class name and hover message for line numbers
2024-01-11 14:02:19 -08:00
Matt Bierner c72ffc8cd8
Use published markdown-katex typings (#202284) 2024-01-11 13:42:24 -08:00
Peng Lyu 7f9b823b36
Polish cell chat widget layout (#202283) 2024-01-11 13:59:53 -07:00
Justin Chen ccb9f5490a
move problems.visibility to workbench (#202187)
* first pass at moving away from contribs

* moved to workbench

* clean and fix configuration affects

* revert and remove space

* moved meta data, used in markers and workbench contribs
2024-01-11 12:39:45 -08:00
Benjamin Pasero aa8e5c8de9
💄 rename method (#202277) 2024-01-11 13:20:01 -07:00
Benjamin Pasero 5b684a1162
auto save - allow per-resource or editor override (microsoft/vscode-copilot#3414) (#202276) 2024-01-11 20:30:41 +01:00
Ajay Kumbhare e9a5fab224 fix: terminal renaming not functioning as expected in editor area #202267 2024-01-12 00:01:19 +05:30
Henning Dieterichs 4d2d0582c6 Fixes #199328 2024-01-11 19:27:03 +01:00
Henning Dieterichs 0c27dae0e6 Fixes #202147 2024-01-11 19:06:05 +01:00
Ladislau Szomoru 273e4b0d7b
SCM - Add scm.showChangesSummary setting (#202256)
* SCM - make "All Changes" node part of the API and add setting

* Cleanup configuration change listeners

* More settings cleanup
2024-01-11 17:21:05 +01:00
Henning Dieterichs e6e8f301ba Allows navigation_{number} for the multi diff context menu 2024-01-11 17:01:23 +01:00
Benjamin Pasero 24899b4de9
zoom - use codicon to convey zoom status (#202239) 2024-01-11 16:03:56 +01:00
Sandeep Somavarapu 4c92920ffe
fix #116191 (#202249) 2024-01-11 15:40:10 +01:00
Alex Ross 2c2cc18333
Plus button to add a comment doesn't disappear when leaving the editor area (#202248)
Fixes #199342
2024-01-11 15:30:18 +01:00
Alex Ross b94a564c8a
Allow FileSystemProviders to set the read-only file message (#202244)
Finalize read-only message file system provider API
Part of #166971
2024-01-11 15:29:52 +01:00
Logan Ramos 753024143d
Adopt ensureNoDisposablesAreLeakedInTestSuite (#202245) 2024-01-11 15:14:42 +01:00
Rob Lourens b8baf8e153
Merge pull request #202193 from microsoft/roblou/brief-cephalopod
Merge chat variables proposal into chatAgents2 proposal
2024-01-11 10:27:16 -03:00
Sandeep Somavarapu 573c43c196
#200091 adopt ensureNoDisposablesAreLeakedInTestSuite (#202241) 2024-01-11 14:13:57 +01:00
Ladislau Szomoru 8720ead44d
Git - adopt _workbench.openMultiDiffEditor command (#202236) 2024-01-11 12:21:17 +01:00
Henning Dieterichs effbda690c Fixes #187844 2024-01-11 11:56:31 +01:00
Henning Dieterichs ad245888be Sets scmResourceGroup and scmProvider context keys on multi diff editor when opened from scm view 2024-01-11 11:16:55 +01:00
Martin Aeschlimann c30c5b3e55
Adopt ensureNoDisposablesAreLeakedInTestSuite round 2 (#202230) 2024-01-11 11:13:26 +01:00
Martin Aeschlimann 74f8c5cd89
Make the watermark editor labels themable (#202228) 2024-01-11 10:16:00 +01:00
Benjamin Pasero e34dc5f8a4
Queue and ResourceQueue issues (fix #202136) (#202190) 2024-01-11 09:37:19 +01:00
Connor Peet c6f71bab2c
testing: initial visible in-editor coverage decorations (#202205)
Still needs polishing, but works and is unobtrusive
2024-01-11 07:31:52 +01:00
Michael Lively a45edfc415
Change font family for nb sticky scroll (#202200)
change font family for nb sticky scroll
2024-01-11 01:28:08 +01:00
Connor Peet 709db7827f editor: include lane in GUTTER_GLYPH_MARGIN hover events
Also fixes handling of testing clicks and margin hovers which were not
aware of multiple lanes. Hover messages are now shown correctly and
tests no longer run if e.g. a breakpoint decoration on the same line is
clicked.

Note sure if this was the best way to do this, let me know.
2024-01-10 15:39:38 -08:00
Connor Peet 24963b3812 editor: fix decoration lane assignment with word wrap 2024-01-10 15:39:38 -08:00
Peng Lyu ebd680e7e8
Merge pull request #202191 from microsoft/rebornix/proposed-hummingbird
Restore focus back to cell when chat widget is dismissed
2024-01-10 15:32:11 -08:00
Matt Bierner 8f32885359
Use markdown engine to enable/disable smart paste (#202192)
Fixes #188863
Fixes #188958
Fixes #188868

This is more reliable than using the regular expressions. However the regular expressions are still needed for inline elements
2024-01-10 14:32:58 -08:00
Rob Lourens 05548e8124 More type fixes, remove unneeded 'kind' 2024-01-10 19:28:57 -03:00
rebornix 112ffbd4c9
Merge remote-tracking branch 'origin/main' into rebornix/proposed-hummingbird 2024-01-10 14:21:58 -08:00
Rob Lourens 4aca61d43b Fix 2024-01-10 19:20:29 -03:00
rebornix 7ca79f837f
Restore focus back to cell when chat widget is dismissed 2024-01-10 11:50:24 -08:00
rebornix c83486e790
Add generate button to notebook toolbar 2024-01-10 11:44:53 -08:00
rebornix 4bac474bf6
Update widget layout 2024-01-10 11:42:44 -08:00
Rob Lourens 518fd1e0de Merge chat variables proposal into chatAgents2 proposal 2024-01-10 16:42:29 -03:00
rebornix 89ccca8cfc
Allow notebook customize widget toolbar 2024-01-10 11:41:22 -08:00
Matt Bierner 0bb69da87c
Add new smartWithSelection option for markdown links (#202183)
This becomes the new default while `smart` always smartly pastes, even with no selection
2024-01-10 20:01:52 +01:00
Johannes Rieken 115155df62
Add test that asserts stream is done when the request is done (#202184)
test that asserts stream is done when the request is done

manifests fixing https://github.com/microsoft/vscode-copilot/issues/3345
2024-01-10 10:48:10 -08:00