Commit Graph

132001 Commits

Author SHA1 Message Date
Oleg Solomko 4e15134bd2 make the chat prompt decoder to emit @mentions 2025-04-07 11:45:03 -07:00
Oleg Solomko 0160d1de1e treat @ as a word-stopping character 2025-04-07 11:45:03 -07:00
Oleg Solomko 721cf80c9f treat standalone \r as a \n for backward compatibility with old Mac OSx systems 2025-04-07 11:45:03 -07:00
Oleg Solomko 350e50c195 add @ symbol to the simple decoder 2025-04-07 11:45:03 -07:00
Oleg Solomko fe3f404b18 post-rebase cleanup 2025-04-07 10:32:33 -07:00
Oleg Solomko 78c2bdae34 port in changes that remove Edits chat view 2025-04-07 10:32:33 -07:00
Oleg Solomko 871114717e rename reusable prompt actions folder 2025-04-07 10:32:33 -07:00
Oleg Solomko 4741f5efc8 encapsulate options and ID of the attach prompt action 2025-04-07 10:32:33 -07:00
Oleg Solomko 5b2b82167d add doc comments and cleanup 2025-04-07 10:32:33 -07:00
Oleg Solomko ab9b337a92 register the run prompt command as a contribution 2025-04-07 10:32:33 -07:00
Oleg Solomko 3452c88878 add run prompt command and editor actions 2025-04-07 10:32:33 -07:00
Connor Peet 61e2292424 configResolver: fix array string replacements as source no longer works (#245892)
Fixes #245718
2025-04-07 10:07:11 -07:00
Ladislau Szomoru 7a92a7f53b Engineering - background codesign for Windows (#245885)
* Reapply "Engineering - background codesign for Windows stage (#245796)" (#245869)

This reverts commit 0bc678a5f4.

* Update version calculation

* Remove code that is not needed

* Add missing javascript file

* Fix server path

* Always publish artifacts
2025-04-07 18:04:30 +02:00
Connor Peet 75cea612f9 Merge pull request #245726 from microsoft/dependabot/cargo/cli/openssl-0.10.72
Bump openssl from 0.10.70 to 0.10.72 in /cli
2025-04-07 08:11:25 -07:00
Benjamin Pasero f0bb1b8ee0 debt - remove deprecatedExtensionMigrator.contribution.ts (#245881) 2025-04-07 17:02:18 +02:00
Henning Dieterichs 297f88d93a Extracts concatArrays 2025-04-07 16:47:07 +02:00
Henning Dieterichs 6752457757 Adds experimental observableReducer 2025-04-07 16:19:30 +02:00
Henning Dieterichs 39b68959f2 Fixes errors on double dispose 2025-04-07 16:18:51 +02:00
Sandeep Somavarapu 760b96eca6 wait until extension is installed - if it is taking longer. Fix #245396 (#245863) 2025-04-07 13:55:11 +02:00
Ladislau Szomoru 0bc678a5f4 Revert "Engineering - background codesign for Windows stage (#245796)" (#245869)
This reverts commit e1ff10f3e2.
2025-04-07 13:05:04 +02:00
Alex Ross 1a602a166e Fix some missing typescript scopes (#245870) 2025-04-07 12:54:52 +02:00
Henning Dieterichs 324d1b341b Adds inline edit tests 2025-04-07 12:06:08 +02:00
Ladislau Szomoru 0bfd3b35ed Engineering - fix task condition (#245856) 2025-04-07 11:34:28 +02:00
Ladislau Szomoru 5631ffb317 Engineering - update test task display name (#245847) 2025-04-07 10:44:58 +02:00
Alex Ross 673d12b1da Add tests for some new css colorization behavior (#245652)
* Add tests for some new css colorization behavior

* Add some more
2025-04-07 10:30:17 +02:00
Johannes Rieken 882b2d016d fix https://github.com/microsoft/vscode/issues/227147 (#245850) 2025-04-07 10:01:28 +02:00
Benjamin Pasero e63704717f encoding - do the conversion on the extension host (#244263) 2025-04-07 07:54:15 +02:00
Rob Lourens 471452e5db Consolidate welcome message handling (#245824)
* Move welcome message content to a single location

* And remove provideWelcomeMessage
2025-04-07 04:01:44 +02:00
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