Commit Graph

130561 Commits

Author SHA1 Message Date
Don Jayamanne
02f564355d Exit handling nb chat diff resutls when a new request is sent (#242644) 2025-03-04 18:48:23 -08:00
Justin Chen
a82cb13477 issue reporter acknowledgements and banner css (#242636)
acknowledgements and css fix
2025-03-04 17:09:01 -08:00
Don Jayamanne
978a5ae961 Fix issues with nb chat edit changes (#242629) 2025-03-05 01:31:02 +01:00
Aaron Munger
ad05d15e38 track pending layouts and dispose them (#242626)
Co-authored-by: amunger <>
2025-03-04 15:32:36 -08:00
Aaron Munger
9244daf4fe use the disposable store param (#242627)
Co-authored-by: amunger <>
2025-03-05 00:30:26 +01:00
Aaron Munger
c47b249039 fix more disposable leaks in notebooks (#242624)
* register disposable stores

* dispose disposable store

---------

Co-authored-by: amunger <>
2025-03-04 23:51:00 +01:00
Don Jayamanne
3a1ac1d883 Support editing notebooks via edit tool (#242542) 2025-03-04 14:44:57 -08:00
Aiday Marlen Kyzy
4a632c0766 EditContext: Take into account word wrap and position the screen reader content correctly (#241189)
* taking into account word wrap and positioning the screen reader content correctly

* adding code

* cleaning

* adding one more setting to control the activation of the edit context when the accessibility mode is enabled

* Revert "adding one more setting to control the activation of the edit context when the accessibility mode is enabled"

This reverts commit 3c28b671e8.
2025-03-04 14:38:01 -08:00
Michael Lively
33898b6057 Fix notebook sticky scroll leak (#242619)
fix sticky line leaks if maps are the same
2025-03-04 23:25:37 +01:00
Aaron Munger
b3724264d6 only expand bottom selection indicator for multi-select (#242618)
Co-authored-by: amunger <>
2025-03-04 23:13:55 +01:00
Joyce Er
2c11910830 fix: resolve selected related files to attachments (#242615) 2025-03-04 22:38:26 +01:00
Henning Dieterichs
e1a96932fc Marks workerMain as potentially dead code. (#242614) 2025-03-04 22:33:18 +01:00
Don Jayamanne
b77dce455d Ignore metadata when comparing nb changes (#242612)
* Ignore metadata when comparing nb changes

* misc
2025-03-04 22:10:35 +01:00
Connor Peet
f9e071530c chat: remove chatReadonlyPromptReference proposal (#242610)
We haven't found a use case that resonates here, and this got a bit broken with recent working set refactors.
2025-03-04 22:07:55 +01:00
Connor Peet
3331d2d87d chore: update to rust 1.85 (#242609) 2025-03-04 21:58:23 +01:00
Robo
7933f52914 fix: clang variable for native module installs from build dir (#242601) 2025-03-04 21:19:05 +01:00
Justin Chen
2c076f5582 issue reporter update banner, better messaging, leaked disposables (#242602)
* various issue reporter debt

* remove border
2025-03-04 21:16:25 +01:00
Henning Dieterichs
73072ae20b Adds debug methods to observables (#242600) 2025-03-04 20:47:56 +01:00
Megan Rogge
04a1f0815a get aliases via login shell for mac (#242588)
fixes #241824
2025-03-04 11:16:49 -08:00
Raymond Zhao
ced4aa86fc Use setupDelayedHover instead of setupManagedHover (#242599) 2025-03-04 20:14:58 +01:00
Rob Lourens
59d408f89e Prevent using an invalid model with agent mode (#242598)
Fix #242118
2025-03-04 20:11:59 +01:00
Megan Rogge
49fcfcc8b3 on widget hide, reset context key (#242584)
fix #242582
2025-03-04 11:10:55 -08:00
Oleg Solomko
72a7b59884 disable user prompts synchronization in stable 2025-03-04 10:46:58 -08:00
Oleg Solomko
a23f8ead79 require 'prompt files' synchronization to be explicitly enabled by users (#242586)
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2025-03-04 10:17:24 -08:00
Benjamin Pasero
4164ded960 search editor - fix leak (#242579) 2025-03-04 18:26:56 +01:00
Joyce Er
74b7fdfbf9 fix: render chat implicit context widget even if there are no real attachments (#242573) 2025-03-04 17:32:22 +01:00
Alexandru Dima
4537390895 Add a workaround for browser bug (#242459)
* Add a workaround for browser bug exposed by the steps at #12384

* refresh focus state before returning whether focused or not

---------

Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
2025-03-04 08:18:57 -08:00
Benjamin Christopher Simmonds
ba2edd3016 Fix italic text cutoff in tabs and settings (#242564)
fixes https://github.com/microsoft/vscode/issues/207409
2025-03-04 16:12:51 +01:00
Henning Dieterichs
6d941ed1c2 Adresses #242555 in main (#242556) 2025-03-04 15:49:56 +01:00
Benjamin Pasero
1a7a159d91 chat - better flow from status when reaching quota (#242548) (#242560) 2025-03-04 14:19:02 +01:00
Benjamin Christopher Simmonds
3bf4028bbd Cleanup inline edits view (#242557) 2025-03-04 13:50:36 +01:00
Don Jayamanne
d8e9c15fa3 Fixes to insert/delete in nb cells when in chat edit (#242554) 2025-03-04 13:22:32 +01:00
Ladislau Szomoru
f7bc839df9 Git - 💄 add path delimiter when calling git blame (#242553) 2025-03-04 13:04:14 +01:00
Benjamin Pasero
56e32199a1 chat - better flow from status when signed out (#242548) (#242551) 2025-03-04 12:53:39 +01:00
Alex Ross
f64aa5122e Comments panel appears without having GHPR installed (#242550)
Fixes #241832
2025-03-04 12:50:05 +01:00
Ladislau Szomoru
e4e03ebce9 Git - fix data shape issue for the merge base (#242544) 2025-03-04 12:16:09 +01:00
Sandeep Somavarapu
56a04994d4 fix #241886 (#242541) 2025-03-04 11:18:37 +01:00
Don Jayamanne
22d9406e58 Support moving notebook cells during chat edits (#242534)
* Support moving a nb cell whilst in chat edits

* Fix tests

* Fixes to insert/delete of cells

* More fixes
2025-03-04 11:12:53 +01:00
Tushar Sadhwani
3b55994f24 Make git show ref argument unambiguous (#242483)
make `git show` ref argument unambiguous
2025-03-04 09:28:33 +00:00
Sandeep Somavarapu
956a11e83d fix #242349 (#242537) 2025-03-04 10:16:39 +01:00
Benjamin Pasero
5d93bf37d9 debt - adopt more $ over createElement (#242533) 2025-03-04 09:46:29 +01:00
Megan Rogge
3df8270693 add setting to configure what up arrow does when focus is on first suggestion for terminal completions (#242516)
fix #241833
2025-03-04 03:21:18 +00:00
Raymond Zhao
dd06b66a21 Fix action flickering during settings JSON to UI transition (#242526) 2025-03-03 17:19:35 -08:00
Raymond Zhao
baa5479331 Fix another Settings editor leak (#242525)
Fixes #242451
2025-03-03 16:55:08 -08:00
Benjamin Pasero
8f2e1b22ed tests - enable API tests with test runner (#241149)
* Revert "Revert "tests - enable API tests with test runner" (#241146)"

This reverts commit 105d4af21c.

* update

* try to fix

* fix: set extension development path for API tests

---------

Co-authored-by: Connor Peet <connor@peet.io>
2025-03-03 15:43:29 -08:00
Raymond Zhao
2f30ffde1e Fix configured deprecated settings not showing up (#242521) 2025-03-04 00:27:44 +01:00
Megan Rogge
8d7af77957 add advanced explain mode details, provide prompt input mode for terminal suggest (#242520)
fix #242211
2025-03-03 18:16:30 -05:00
Aaron Munger
e03dd9ad93 dispose 3 leaked disposables (#242519)
* dispose 3 leaked disposables

* better name

---------

Co-authored-by: amunger <>
2025-03-04 00:14:37 +01:00
Connor Peet
6204af729e debug: fix stopDebugging needing to be called twice for test-init debug sessions (#242518)
Fixes #242124
2025-03-04 00:03:43 +01:00
Daniel Imms
82519eb1c9 Merge pull request #242208 from microsoft/merogge/update-comment
update comment
2025-03-03 15:02:27 -08:00