Benjamin Simmonds and GitHub
ce962df66e
Fix list.focusPageUp movement with workbench.tree.enableStickyScroll ( #202361 )
...
fix #202288
2024-01-12 19:07:26 +01:00
Benjamin Pasero and GitHub
ab2a8a09d8
aux window - fix double action registration in title bar part ( #202358 )
...
cc @jrieken @sbatten
2024-01-12 17:36:32 +01:00
Benjamin Simmonds and GitHub
85afd448bf
Improved Sticky Scroll Rendering ( #202354 )
...
Sticky Scroll improved rendering
2024-01-12 17:30:25 +01:00
Benjamin Pasero and GitHub
6950062688
zoom - update level properly ( #202355 )
2024-01-12 17:23:07 +01:00
Benjamin Pasero and GitHub
c096f73022
zoom - show rich controls in status entry ( #202352 )
2024-01-12 16:31:30 +01:00
Johannes Rieken and GitHub
02580fd00c
Make sure AI generate code gets accepted/discarded before saving ( #202347 )
...
* add inline chat save logic that ensures AI generated changes are only saved after consent
* live - when cancelling don't undo until start version but revert changes
* add setting to control save participation
* fix typo
* stub new services, fixes tests
2024-01-12 16:29:12 +01:00
Henning Dieterichs and Henning Dieterichs
e0e2a81765
Cleans up observable owners
2024-01-12 16:27:07 +01:00
Henning Dieterichs and Henning Dieterichs
e40021eca0
Fixes #200336
2024-01-12 16:08:30 +01:00
Benjamin Simmonds and GitHub
cc5e1c7ee7
Added sticky scroll compression ( #202345 )
...
* Added sticky scroll compression
* remove first visible index under widget
2024-01-12 15:36:01 +01:00
Ladislau Szomoru and GitHub
37b173d559
Add stage/unstage actions to the multi-diff editor ( #202297 )
2024-01-12 15:16:53 +01:00
Henning Dieterichs and Henning Dieterichs
a00c9c385f
Fixes diff editor bug
2024-01-12 13:36:54 +01:00
Ladislau Szomoru and GitHub
2434b7da03
Git - Add "View All Changes" action + polish ( #202327 )
...
* Make allChanges a distinct historyItem element
* Add allChanges menu contribution
* Add View All Changes command
* Rename "Open Commit" to "View Commit"
* Pass the correct argument when getting "All Changes" node
2024-01-12 10:46:52 +01:00
5260b20317
ensure that the second window always gets the same environment as the first one ( #202326 )
...
fixes #194736
Co-authored-by: @bpasero
2024-01-12 10:41:42 +01:00
Robo and GitHub
4f338c87ab
fix: account for DSF when using wheelDeltaX and wheelDeltaY values ( #200776 )
...
* fix: account for DSF when using wheelDeltaX and wheelDeltaY values
* chore: address review feedback
* fix: address review feedback
2024-01-12 17:48:45 +09:00
Johannes Rieken and GitHub
18b6920705
throw when seeing Action2 with re-used id ( #202318 )
...
re https://github.com/microsoft/vscode/issues/199744
2024-01-12 09:16:32 +01:00
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
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
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
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
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
Henning Dieterichs and Henning Dieterichs
e6e8f301ba
Allows navigation_{number} for the multi diff context menu
2024-01-11 17:01:23 +01: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