Commit Graph

132126 Commits

Author SHA1 Message Date
Alex Ross f074ffa6e9 Turn on tree sitter (#246183) 2025-04-10 11:30:18 +02:00
Benjamin Pasero b237e05599 Leaked disposable (fix #246173) (#246180) 2025-04-10 11:15:46 +02:00
Benjamin Pasero b20608e903 Revert "chat - go back to just tracking installed state" (#246170)
* Revert "chat - go back to just tracking installed state (#246167)"

This reverts commit 40a7e480cc.

* .

* .
2025-04-10 10:42:41 +02:00
Isidor Nikolic 7ec68793e7 Merge pull request #246174 from microsoft/isidorn/interested-badger
Update distro version in package.json
2025-04-10 09:12:25 +02:00
isidorn 74ff897793 Update distro version in package.json 2025-04-10 08:55:44 +02:00
Don Jayamanne 060f285841 Support attaching selected code in cell as context (#246163) 2025-04-10 08:37:22 +02:00
Benjamin Pasero 40a7e480cc chat - go back to just tracking installed state (#246167) 2025-04-10 07:32:38 +02:00
Oleg Solomko 7dbf25d842 detach prompt file immediately after submitting chat input 2025-04-09 18:10:25 -07:00
Oleg Solomko 8e38ed0bbf submit chat input immediately on "run prompt" command 2025-04-09 18:10:25 -07:00
Rob Lourens 613e29c89b Add experiment to let us control the default mode/model for new chat sessions (#246151)
* Add experiment to let us control the default mode/model for new chat sessions
Port #246150 to main

* Implement experiment for default mode and model

* Simpler

* Simplify, check experiments in the same place

* Fixup

* Fixes for safety

* Add logs

* Cleanup

* Add comment
2025-04-10 01:55:52 +02:00
Matt Bierner 459f974eb6 Merge pull request #246140 from mjbvz/conscious-centipede
Revert #246131 (new paste logic)
2025-04-09 14:09:27 -07:00
Matt Bierner b4e68f0113 Fix more merge issues 2025-04-09 13:57:44 -07:00
Matt Bierner 7021e0fc10 Fix merge errors 2025-04-09 13:16:11 -07:00
Matt Bierner 0998f5dd95 Revert #246131 (new paste logic)
Unsure of the proper fix so I am just reverting this change
2025-04-09 13:12:25 -07:00
Ladislau Szomoru 88b8f12fd4 Engineering - linux codesign in parallel (#246135)
* Set up the jobs and tasks

* Add codesign script

* Debug things

* Speed things up while testing

* Add more logging

* More debugging

* Try to use powershell

* Another try

* Another try

* Remove debugging code

* Remove debugging code

* .

* Try using pwsh

* Fix script

* Maybe now

* Maybe now

* Run the sign tasks in parallel

* Revert debug change
2025-04-09 22:02:25 +02:00
Henning Dieterichs 9d0bff1bcc Adds more metadata to edit operations (#246127) 2025-04-09 20:51:36 +02:00
Oleg Solomko 76ce38b243 fix possible file descriptor leak inside file contents provider 2025-04-09 11:29:45 -07:00
Benjamin Pasero 1e23a78ae0 dev - add logging for #245963 (#246130) 2025-04-09 20:28:56 +02:00
Justin Chen e29475a009 image alt text generation and new arg in vscode.editorChat.start (#245922)
* fix issue with squished images

* remove height auto

* alt text generation and new command arguments

* remove some parenths

* address comments, accept uri arrays only

* remove extra line

* move url checking and such to add file

* some more cleanup, remove extra if line
2025-04-09 10:09:56 -07:00
Benjamin Christopher Simmonds 1afdf25b6e NES: support alternative display locations (#246122) 2025-04-09 18:24:50 +02:00
Aiday Marlen Kyzy c9a61bfafd fixing incorrect showing of unicode highlighting data (#246118)
* fixing incorrect showing of unicode highlighting data

* removing space
2025-04-09 17:55:11 +02:00
João Moreno 33c84cc39d bump inno updater 0.14.2 (#246117) 2025-04-09 17:49:40 +02:00
Benjamin Pasero 2a049d2fbf Polish the workspace index indicator (#245332) (#246113) 2025-04-09 17:46:35 +02:00
Robo b952f59bea ci: remove explicit dbus setup (#246114) 2025-04-09 17:29:50 +02:00
Benjamin Pasero e2afb9835e windows - explore always on top options for auxiliary windows (fix #200647) 2025-04-09 16:22:46 +02:00
Aiday Marlen Kyzy 6916ae0d31 Calling webContents.paste on the floating window (#246106)
* calling paste on the right floating window

* adding back new lines
2025-04-09 14:10:16 +00:00
Benjamin Pasero 3d39bdf93f editor - guard against throwing close handlers (#246092) 2025-04-09 22:38:07 +10:00
Ladislau Szomoru 5d1942a398 Engineering - refactor macOS stage (#246059)
* WIP - fold sign steps into the jobs

* Speed up compilation

* Add back tasks

* Remove tasks that are not needed

* Update folder

* Fix universal job

* More work

* Improve script

* Improve logging

* More logging tweaks

* Another fix for the script

* Add back CLI job and run tests

* Fix pipeline condition

* Move testing to the ARM64 stage

* Update Codesign task names

* Run tests after publishing unsigned packages

* Background codesign

* Use bash when running background signing

* Another attempt

* Add error handling to script

* Add more logging

* .

* Pull request feedback

* More feedback

* Remove signature verification condition

* Delete tasks that are not needed

* Fix task display name

* Use VSCODE_ARCH parameter

* Update task display name
2025-04-09 11:22:35 +00:00
Alex Ross fa33e32586 Always show the reaction picker in comments (#246085) 2025-04-09 12:56:02 +02:00
Benjamin Christopher Simmonds 75585c66a8 Refactor inline completion source access (#246080)
only excpose sourceInlineCompletion using a method and access properties using InlineSuggestionItemBase
2025-04-09 12:09:36 +02:00
Alexandru Dima 3a0b744aaa Merge pull request #246075 from microsoft/alexd/zippy-slug
Add telemetry for the async paste duration and remove textarea in paste handling
2025-04-09 11:53:34 +02:00
Sandeep Somavarapu c6a206d926 fix #245995 (#246072) 2025-04-09 11:49:44 +02:00
Alex Dima 5df37a7821 Add telemetry for the async paste duration 2025-04-09 11:25:40 +02:00
Alex Dima 57dfc1ecc6 Because we're no longer using document.execCommand('paste'), we don't need a textarea anymore 2025-04-09 11:14:25 +02:00
Ladislau Szomoru 56ebf61f97 Engineering - bump deemon (#246056) 2025-04-09 07:47:28 +02:00
Oleg Solomko 174af221c9 fix compilation issues in CI 2025-04-08 18:20:19 -07:00
Oleg Solomko 8ecef53aae make front matter marker decorator to be reactive 2025-04-08 18:20:19 -07:00
Oleg Solomko d91569ea14 refactor, cleanup, and add doc comments 2025-04-08 18:20:19 -07:00
Oleg Solomko bb2b0a3e97 add front matter marker decoration class 2025-04-08 18:20:19 -07:00
Bhavya U 64126db7dc Add AskVSCode action to help users with VS Code queries (#246042) 2025-04-08 17:21:20 -07:00
Michael Lively 42f6fa05d2 Support Find/Replace history persistence in Notebook (#246037)
Fixes: Support Find/Replace history persistence in Notebook #238923
2025-04-09 01:10:24 +02:00
Rob Lourens 1fec12ce62 Avoid calling updateElementHeight on element that isn't in the tree (#246040)
Can happen because rendered parts are not disposed in disposeElement, so that they can be reused. But that means that listeners are still alive. Also have thought in the past about an isVisible property on the template
2025-04-09 01:07:03 +02:00
Benjamin Christopher Simmonds 0023cad23a Fix gutter indicator arrow position in diff editor (#246031)
fixes https://github.com/microsoft/vscode-copilot/issues/15660
2025-04-08 23:20:17 +02:00
Benjamin Christopher Simmonds 2b5482a920 NES: use keyboard icon above/below (#246028)
NES: use keyboard icon above/bellow
2025-04-08 23:20:03 +02:00
Benjamin Christopher Simmonds a9af816b35 Add getter for sorted ranges in OffsetRangeSet (#246024)
add getter to OffsetRangeSet
2025-04-08 22:46:08 +02:00
Aaron Munger 3d6395e70b extra async call (#246018) 2025-04-08 20:43:33 +00:00
Eleanor Boyd c231d8eade Merge pull request #245898 from eleanorjboyd/mighty-llama
fix regression on open cell output in editor
2025-04-08 20:02:27 +00:00
Oleg Solomko 472a705cf4 make prompt parser to store all markdown and prompt token references that are parsed so far 2025-04-08 12:48:14 -07:00
Oleg Solomko 77d9e9c95d refactor reactive decoration class and front matter decoration that extends it 2025-04-08 12:48:14 -07:00
Oleg Solomko d2a63c033d cleanup, refactor, and add doc comments 2025-04-08 12:48:14 -07:00