Johannes Rieken and GitHub
b0abf6638b
fix https://github.com/microsoft/vscode/issues/202164 ( #202317 )
...
* remove start-method from strategies
* rename - activeSession to session
* keep strategy alive when pausing session, let strategy participate in pause, allow to call LiveStrategy#renderChanges repeatedly without recomputing hunks
* reset diff toggled state
* make sure to reset hunk display on done (dipose, accept, discard)
* reset diff state in pause, not hide function
2024-01-12 09:11:05 +01:00
SteVen Batten and GitHub
87b02e9c4e
align auxiliary window zooming to main titlebar behavior ( #201903 )
...
* align auxiliary window zooming to main titlebar behavior
fixes #200435
* address feedback and make methods more sane
2024-01-12 07:21:29 +01:00
Connor Peet and GitHub
29bef5673e
testing: get coverage hovers working better ( #202307 )
...
Move away from using decoration-provided hovers, because I want to
control more exactly what hover information is shown for a line versus
just concatenating all hover information from each statement/branch/fn
on that line.
Does that, and also adds a toggle to show persistent inline coverage:

2024-01-11 20:57:50 -08:00
a1a9707400
Bump follow-redirects from 1.15.3 to 1.15.4 in /extensions/typescript-language-features ( #202211 )
...
Bump follow-redirects in /extensions/typescript-language-features
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-11 19:09:15 -08:00
Rob Lourens and GitHub
137b05ff64
Merge pull request #202303 from microsoft/roblou/inland-amphibian
...
Restore ChatVariableValue#kind
2024-01-12 00:00:10 -03:00
Rob Lourens
d1a524e864
Restore ChatVariableValue#kind
2024-01-11 22:56:56 -03:00
Peng Lyu and GitHub
33acc14ece
Fix generate cell at the top of the document. ( #202302 )
2024-01-11 17:36:53 -08:00
Matt Bierner and GitHub
d81d32b940
Re-render markdown preview when linkify setting changes ( #200599 )
2024-01-11 17:23:13 -08:00
Matt Bierner and GitHub
58171d859b
Reduce delays in md test ( #202295 )
...
Fixes #149712
2024-01-11 17:22:26 -08:00
Matt Bierner and GitHub
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 and GitHub
3822928d40
Change icon for quick search individual result ( #202113 )
2024-01-11 15:30:55 -08:00
Matt Bierner and GitHub
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 and GitHub
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 and GitHub
2171b54b4d
Merge pull request #202291 from microsoft/merogge/duplicates
...
de-duplicate command IDs
2024-01-11 15:27:04 -08:00
meganrogge
db58cfdb06
cleanup
2024-01-11 15:12:27 -08:00
meganrogge
6a4796ab12
fix part of #199744
2024-01-11 15:01:26 -08:00
Connor Peet and GitHub
80bb443f66
debug: add a line preview in the trigger point select box ( #202289 )
2024-01-11 14:55:14 -08:00
meganrogge
eee233f1ed
get it to work
2024-01-11 14:35:42 -08:00
Matt Bierner and GitHub
34b0301287
Fix insert range of ts entries with replacement spans ( #202287 )
...
Fix #202153
2024-01-11 23:27:22 +01:00
Connor Peet and GitHub
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 and GitHub
c72ffc8cd8
Use published markdown-katex typings ( #202284 )
2024-01-11 13:42:24 -08:00
meganrogge
2828de7e30
use symbol map
2024-01-11 13:07:23 -08:00
Peng Lyu and GitHub
7f9b823b36
Polish cell chat widget layout ( #202283 )
2024-01-11 13:59:53 -07:00
Justin Chen and GitHub
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 and GitHub
aa8e5c8de9
💄 rename method ( #202277 )
2024-01-11 13:20:01 -07:00
Benjamin Pasero and GitHub
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 and Henning Dieterichs
4d2d0582c6
Fixes #199328
2024-01-11 19:27:03 +01:00
Henning Dieterichs and Henning Dieterichs
0c27dae0e6
Fixes #202147
2024-01-11 19:06:05 +01:00
meganrogge
97f6e8e255
rearrange, work on decoration
2024-01-11 09:30:11 -08:00
Ladislau Szomoru and GitHub
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
meganrogge
a9d3d00283
add speech timeout
2024-01-11 08:03:07 -08:00
Henning Dieterichs and Henning Dieterichs
e6e8f301ba
Allows navigation_{number} for the multi diff context menu
2024-01-11 17:01:23 +01:00
Megan Rogge and GitHub
94e140275e
Merge branch 'main' into merogge/speech-editor-terminal
2024-01-11 07:27:17 -08:00
Benjamin Pasero and GitHub
24899b4de9
zoom - use codicon to convey zoom status ( #202239 )
2024-01-11 16:03:56 +01:00
Sandeep Somavarapu and GitHub
4c92920ffe
fix #116191 ( #202249 )
2024-01-11 15:40:10 +01:00
Alex Ross and GitHub
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 and GitHub
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 and GitHub
753024143d
Adopt ensureNoDisposablesAreLeakedInTestSuite ( #202245 )
2024-01-11 15:14:42 +01:00
Rob Lourens and GitHub
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 and GitHub
573c43c196
#200091 adopt ensureNoDisposablesAreLeakedInTestSuite ( #202241 )
2024-01-11 14:13:57 +01:00
Ladislau Szomoru and GitHub
8720ead44d
Git - adopt _workbench.openMultiDiffEditor command ( #202236 )
2024-01-11 12:21:17 +01:00
Henning Dieterichs and Henning Dieterichs
effbda690c
Fixes #187844
2024-01-11 11:56:31 +01:00
Henning Dieterichs and 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 and GitHub
c30c5b3e55
Adopt ensureNoDisposablesAreLeakedInTestSuite round 2 ( #202230 )
2024-01-11 11:13:26 +01:00
Martin Aeschlimann and GitHub
74f8c5cd89
Make the watermark editor labels themable ( #202228 )
2024-01-11 10:16:00 +01:00
Benjamin Pasero and GitHub
e34dc5f8a4
Queue and ResourceQueue issues ( fix #202136 ) ( #202190 )
2024-01-11 09:37:19 +01:00
Connor Peet and GitHub
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 and GitHub
a45edfc415
Change font family for nb sticky scroll ( #202200 )
...
change font family for nb sticky scroll
2024-01-11 01:28:08 +01:00