Commit Graph

131972 Commits

Author SHA1 Message Date
Rob Lourens fdaebd2e52 Merge pull request #245790 from microsoft/roblou/defensive-elephant
Remove EditingSession location
2025-04-06 18:01:15 -07:00
Rob Lourens 62126b6483 Fix cut off terminal tool buttons (#245822)
Fix microsoft/vscode-copilot-release#6850
2025-04-06 17:34:49 -07:00
Rob Lourens 5561a1709f Merge branch 'main' into roblou/defensive-elephant 2025-04-06 17:30:33 -07:00
Rob Lourens c44cc9249a Don't reset mode to Edit if Agent participant has not loaded yet (#245820)
For microsoft/vscode-copilot-release#7379 in main
2025-04-07 09:35:14 +10:00
Rob Lourens 3bdf0821c2 Don't accumulate historical references in Ask mode (#245812)
For microsoft/vscode-copilot-release#7290
2025-04-06 20:28:48 +02:00
Rob Lourens 4d725f283c Fix tests 2025-04-06 09:52:30 -07:00
Ladislau Szomoru e1ff10f3e2 Engineering - background codesign for Windows stage (#245796)
* Add zx package

* Add stub task and script

* Add missing file

* Remove code

* Another try

* Fingers crossed

* Another try

* Add remaining steps

* Add back tasks

* Fix things

* Another try

* More fixes

* Use deemon

* Fixing things

* watcher - perf improvements for non-recursive watching (#245644)

* Feedback: before / after selectors not rendering correctly (#245645)

Fixes #244575

* Add highlights rule  for character escapes (#245647)

* ci: split gnu arm targets for cli stage (#245651)

* Fix inline edit acceptance on click (#245649)

fix clicking insertion does not accept

* Feedback: variables render differently in Insiders (#245650)

Fixes #244579

* !important different color (#245654)

Fixes #244632

* @property css different color (#245656)

Fixes #244634

* > different color (#245658)

Fixes #244631

* notifications - adopt more `NotificationPriority.OPTIONAL` (#245664)

* Adds more inline completion tests

* Fixes CI

* feat: enable gpu channel async from the runtime (#241640)

* Update WinGet configuration file location & extension (#242241)

* Update WinGet configuration file location & extension

* Remove prerelease: true & add securityContext

* High CPU on large workspace with many TypeScript watched folders (fix #245366) (#245670)

* High CPU on large workspace with many TypeScript watched folders (fix #245366)

* reduce throttle delay

* Moving away from `execCommand` for pasting (#239233)

* adding code to invetsigate the clipboard

* adding more code

* adding change

* adding logs

* adding notes

* making deubgging easier

* adding code to fix paste

* adding code to allow await before trigger paste

* removing all logs

* removing log

* refactoring

* removing change

* adding fix after call

* polishing

* fixing merge conflict

* polishing

* Fixing property initializiation order (#245673)

fixing property initializiation order

* voice - fix some leaks (#245676)

* update css service (#245688)

* Engineering - bump deemon (#245634)

* Engineering - bump deemon

* Bump deemon again

* Always run the Codesign post-job

* Another fix

* Try signing in parallel

* Clean up signing script

Update task name

Tweak script

Some more cleanup

Some more cleanup

More cleanup

* Attempt to run signing in parallel

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Alex Ross <38270282+alexr00@users.noreply.github.com>
Co-authored-by: Robo <hop2deep@gmail.com>
Co-authored-by: Benjamin Christopher Simmonds <44439583+benibenj@users.noreply.github.com>
Co-authored-by: Henning Dieterichs <hdieterichs@microsoft.com>
Co-authored-by: Muhammad Danish <mdanishkhdev@gmail.com>
Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2025-04-06 09:17:52 -07:00
Rob Lourens c07cee3039 Fix missing margin when rendering some markdown in chat (#245788)
* Fix missing margin when rendering some markdown in chat
Fix #243134

* Update test snapshots
2025-04-06 06:30:25 +00:00
Rob Lourens 61c1a7014a Merge pull request #212500 from thegecko/disassembly-context
Add disassembly view context menu
2025-04-05 23:29:53 -07:00
Rob Lourens 562514ef09 Merge pull request #231948 from theskcd/main
[vscode] Decorations from #file is much better and does not break on new line
2025-04-05 23:29:47 -07:00
Rob Lourens 2ac70962ac Remove EditingSession location 2025-04-05 22:10:16 -07:00
Rob Lourens 51e3a892f0 Restore ... to "Add Context" (#245789) 2025-04-05 21:27:04 -07:00
Rob Lourens 7580757905 Merge branch 'main' into pr/theskcd/231948 2025-04-05 18:38:52 -07:00
Rob Lourens de98e00401 Merge branch 'main' into disassembly-context 2025-04-05 17:43:47 -07:00
Rob Lourens 920fbe590b Add fileDirnameBasename variable to launch.json completions (#245752)
Fix #245626
2025-04-05 07:10:43 +02:00
Benjamin Pasero d6d2cd0c31 Copilot welcome message jumps up and down depending on attachments (fix #10086) (#245689) 2025-04-04 21:15:53 -07:00
Connor Peet 4763ea75d6 debug: fix hidden stack frames automatically collapse after manually expanding in Call Stack (#245739)
Also fix some disposable leaks

Fixes #241661
2025-04-05 01:05:19 +02:00
Rob Lourens 171edd4f7b Fix microsoft/vscode-copilot-release#6704 (#245738)
If the 'state' is skipped then you create a history entry which is always considered 'changed' and overwrites the real current history entry.
2025-04-05 00:53:06 +02:00
Connor Peet 5ede8d97d0 testing: fix parametrized test results are hard to read (#245737)
* cli: make the build faster

codegen-units=1 lets the compiler optimize more aggressively, but it
makes things _much_ slower. The benefits of this has been evaporating
as the compiler has improved, and now that the CLI build is a bottleneck,
let's just remove it.

* testing: fix parametrized test results are hard to read
Fixes #233610
2025-04-05 00:43:22 +02:00
Aaron Munger f316ec18af more complete implementation of undo copilot edit (#245615) 2025-04-04 15:23:39 -07:00
Aaron Munger dac6e8999f remove background colors from combination setters as well (#245734) 2025-04-05 00:05:22 +02:00
Rob Lourens 30ea977d8e Fix chat codeblock toolbar styling (#245733)
The font-size became too small a couple months ago
2025-04-05 00:00:58 +02:00
Megan Rogge a54484b2c7 prevent focus loss when chat code block toolbar dropdown More... closes (#244990) 2025-04-04 14:58:19 -07:00
João Moreno 3f902e2416 bump inno (#245426) 2025-04-04 23:48:24 +02:00
Tyler James Leonhardt 28c596a419 Use toLower for Microsoft auth labels (#245732)
Fixes https://github.com/microsoft/vscode/issues/242510
2025-04-04 23:43:08 +02:00
Rob Lourens 1c41445f09 Ensure confirmation widget doesn't break when rendering empty tool args (#245731) 2025-04-04 23:19:52 +02:00
Rob Lourens 38ac6370c8 Merge pull request #245631 from microsoft/roblou/remove-edits
Remove Copilot Edits view
2025-04-04 13:38:57 -07:00
Rob Lourens fa4cd7b686 Delete isUnifiedPanelWidget 2025-04-04 13:24:01 -07:00
Rob Lourens b51bab99b5 Remove all "unified" chat context keys 2025-04-04 12:40:25 -07:00
Rob Lourens 5abd326834 Remove inEditsOrUnified context key 2025-04-04 12:40:25 -07:00
Rob Lourens 0eaf023295 Delete usages of ChatAgentLocation.EditingSession in actions and UI 2025-04-04 12:40:25 -07:00
Rob Lourens a00b3bf63a Delete ChatService.isEditingLocation 2025-04-04 12:40:25 -07:00
Rob Lourens aec80aa59d Delete "unified view" configuration and edits view helpers 2025-04-04 12:40:25 -07:00
Rob Lourens 6e5931f6ca Delete Edits view 2025-04-04 12:40:25 -07:00
Bhavya U 477b16d00b refactor: remove welcome dialog implementation and related assets (#245712) 2025-04-04 12:27:33 -07:00
Connor Peet e166b219d8 cli: make the build faster (#245705)
codegen-units=1 lets the compiler optimize more aggressively, but it
makes things _much_ slower. The benefits of this has been evaporating
as the compiler has improved, and now that the CLI build is a bottleneck,
let's just remove it.
2025-04-04 20:43:48 +02:00
Justin Chen af4aa0f5eb debt: more image qol and cleanup (#245637)
* more qol on image attachments

* some renaming

* more cleanup
2025-04-04 19:50:56 +02:00
Ladislau Szomoru 36ea9e0726 Engineering - bump deemon (#245634)
* Engineering - bump deemon

* Bump deemon again
2025-04-04 14:29:51 +00:00
Martin Aeschlimann e833c72359 update css service (#245688) 2025-04-04 16:29:20 +02:00
Benjamin Pasero 205c6a8bbb voice - fix some leaks (#245676) 2025-04-04 07:00:59 -07:00
Aiday Marlen Kyzy 0fcff83aab Fixing property initializiation order (#245673)
fixing property initializiation order
2025-04-04 15:12:47 +02:00
Aiday Marlen Kyzy 8aead9b9ba Moving away from execCommand for pasting (#239233)
* adding code to invetsigate the clipboard

* adding more code

* adding change

* adding logs

* adding notes

* making deubgging easier

* adding code to fix paste

* adding code to allow await before trigger paste

* removing all logs

* removing log

* refactoring

* removing change

* adding fix after call

* polishing

* fixing merge conflict

* polishing
2025-04-04 12:44:50 +00:00
Benjamin Pasero 176cf7d866 High CPU on large workspace with many TypeScript watched folders (fix #245366) (#245670)
* High CPU on large workspace with many TypeScript watched folders (fix #245366)

* reduce throttle delay
2025-04-04 14:36:18 +02:00
Muhammad Danish f272d69890 Update WinGet configuration file location & extension (#242241)
* Update WinGet configuration file location & extension

* Remove prerelease: true & add securityContext
2025-04-04 12:30:16 +00:00
Robo 9fc94ed7c2 feat: enable gpu channel async from the runtime (#241640) 2025-04-04 11:39:47 +00:00
Henning Dieterichs 7268f7e38e Fixes CI 2025-04-04 13:39:17 +02:00
Henning Dieterichs c98040ce9c Adds more inline completion tests 2025-04-04 13:39:17 +02:00
Benjamin Pasero 79915acc6a notifications - adopt more NotificationPriority.OPTIONAL (#245664) 2025-04-04 13:38:38 +02:00
Alex Ross e6b351d8f1 > different color (#245658)
Fixes #244631
2025-04-04 11:43:00 +02:00
Alex Ross 2474d3bffe @property css different color (#245656)
Fixes #244634
2025-04-04 11:40:56 +02:00