Commit Graph

130587 Commits

Author SHA1 Message Date
Megan Rogge
0b257aaeb4 add --locate-shell-integration-path to code spec with suggestions (#242708)
fix #242467
2025-03-05 18:41:09 +00:00
Henning Dieterichs
e49e9aee03 Turns on hot reload when VSCODE_DEV_DEBUG is set (#242717) 2025-03-05 19:36:26 +01:00
Henning Dieterichs
dd93ced480 Fixes potential endless loop in observable stack trace computation (#242716) 2025-03-05 19:35:32 +01:00
Alex Ross
dfcb5f367c Night Owl Light appears much more blue with Tree Sitter highlighting (#242058)
* Night Owl Light appears much more blue with Tree Sitter highlighting
Fixes #241887

* Fix template strings

* Fix tests

* Fix tests
2025-03-05 09:37:10 -08:00
Benjamin Pasero
6d98db0881 Copilot status: further polish the experience (fix #242548) (#242705)
* Copilot status: further polish the experience (fix #242548)

* remove redundancy
2025-03-05 17:40:46 +01:00
Benjamin Pasero
9e4fa923f4 quick pick - fix leak (#242690) 2025-03-05 16:00:09 +01:00
Megan Rogge
bfafb935b2 Merge pull request #242585 from microsoft/embarrassing-snail
ensure alias value is used for spec when generating completions
2025-03-05 15:41:49 +01:00
Benjamin Pasero
2368e6dc36 Revert "tests - enable API tests with test runner" (#242688)
Revert "tests - enable API tests with test runner (#241149)"

This reverts commit 8f2e1b22ed.
2025-03-05 15:39:39 +01:00
Benjamin Christopher Simmonds
5096b20241 NES insertion view cursor position fix (#242681)
fix https://github.com/microsoft/vscode-copilot/issues/13861
2025-03-05 13:27:58 +01:00
Alex Ross
8bd5b18f43 Treesitter makes window stop responding when chat emits codeblocks (#242678)
Fixes #242583
2025-03-05 12:35:49 +01:00
Aiday Marlen Kyzy
fb3a36133e Removing double slash from wtihin regex in onEnter rule (#242679)
removing double slash from wtihin regex in onEnter rule
2025-03-05 12:28:46 +01:00
Alex Ross
5ff58539b4 Support targeting multiple scopes in a theme with tree sitter (#241703)
* Support targeting multiple scopes in a theme with tree sitter

* Fix tests

* Respond to PR feedback

* Fix tests
2025-03-05 11:07:56 +00:00
Ladislau Szomoru
d234a62e39 Git - remove diffCommand proposal (#242675) 2025-03-05 11:44:12 +01:00
Aiday Marlen Kyzy
6dc103659b Porting attributes from text area to edit context (#242674)
porting attributes from text area edit context
2025-03-05 11:40:50 +01:00
Aiday Marlen Kyzy
fa548237be Adding acceptance condition to dispatchKeybinding in smoketests (#242570)
* adding code for smoke tests

* adding awaits

* changing wait code

* renaming dispatch to send

* moving comment

* update to send
2025-03-05 11:38:48 +01:00
Aiday Marlen Kyzy
85460c37d4 Revert "Add a workaround for browser bug" (#242672)
Revert "Add a workaround for browser bug (#242459)"

This reverts commit 4537390895.
2025-03-05 11:14:15 +01:00
Isidor Nikolic
6e06fc9197 Merge pull request #242668 from microsoft/isidorn/embarrassed-antlion
update distro pointer
2025-03-05 10:55:57 +01:00
Alex Ross
8be43d27f7 keybinding for disabling a11y verbosity on comments doesn't do it's job (#242587) 2025-03-05 10:20:20 +01:00
isidorn
b23a7b5628 update distro pointer 2025-03-05 10:19:18 +01:00
Ladislau Szomoru
9fbff868fd Git - use editorInlayHint.foreground for the git blame editor decoration as it is lighter than editorCodeLens.foreground (#242665) 2025-03-05 10:08:45 +01:00
Benjamin Pasero
6d73a37b03 Italic text is cut off at the end in tabs and settings (fix #207409) (#242663)
* Italic text is cut off at the end in tabs and settings (fix #207409)

Also remove the italic font style from label decorations: since decorations are typically icons, italic font style does not really apply well to them. For example, a square turns into a parallelogram.

* add issue ref
2025-03-05 09:57:38 +01:00
Benjamin Pasero
f19672f96d Incorrect read-only warning in Merge Editor (fix #242480) (#242657) 2025-03-05 08:42:25 +01:00
Don Jayamanne
b18bbc791b Fix nb chat edit scroll issue (#242653)
Fix issue with scroll in nb with edits
2025-03-05 06:34:55 +01:00
Robo
09898482b9 Revert "debt - adopt system-context-menu (#242224)" (#242652)
This reverts commit 478646b7b6.
2025-03-05 06:05:52 +01:00
Don Jayamanne
201df9b990 Handle ipynb edge cases for notebook edits (#242649) 2025-03-05 05:08:37 +01:00
Don Jayamanne
f5510b8575 Handle ipynb serializer edge cases (#242647) 2025-03-05 04:49:52 +01:00
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