Commit Graph

136960 Commits

Author SHA1 Message Date
Sandeep Somavarapu b2bd568ffc improve processing auto experiment settings scheduler (#262279) 2025-08-19 08:43:54 +00:00
Benjamin Pasero bcfe3f7e44 layout - use getPaneCompositeIds to figure out if secondary sidebar is empty (#262275) 2025-08-19 08:13:23 +00:00
Benjamin Pasero 0917f44ca8 chore - remove unused interface (#262274) 2025-08-19 18:07:05 +10:00
Tyler James Leonhardt c81631ed89 Use stdio for the vscode playwright mcp (#262260)
* Use stdio for the vscode playwright mcp

makes for easier management... since it can be compiled when launched.

* add to readme
2025-08-19 08:27:10 +02:00
Benjamin Pasero f2c609caa9 layout - introduce state to keep track of auxiliary bar having views or not (#262259) 2025-08-19 05:29:43 +00:00
Bhavya U 5d24d0fea3 change todo list tool experiment setting from 'startup' to 'auto' (#262169) 2025-08-19 04:17:43 +00:00
Daniel Imms 7f8129c931 Merge pull request #262186 from microsoft/tyriar/lsp_object
Fix reporting of lsp provider id
2025-08-18 21:09:39 -07:00
Martin Aeschlimann 86271d4184 Avoid recreating deriveds (#262150) 2025-08-19 04:07:12 +00:00
Justin Chen db819379c3 remove preview from checkpoints (#262240) 2025-08-18 19:11:20 -07:00
Matt Bierner 13b02b9bb0 Merge pull request #262232 from mjbvz/rigid-dinosaur
Still allow class attrs in rendered markdown docs
2025-08-18 17:47:58 -07:00
Matt Bierner bda1ed2232 Merge pull request #262235 from mjbvz/blushing-piranha
Fix possible disposable leak for ReleaseNotesManager
2025-08-18 17:36:14 -07:00
Matt Bierner 0174828bef Fix possible disposable leak for ReleaseNotesManager 2025-08-18 16:49:41 -07:00
Daniel Imms 88680460b9 Merge pull request #262226 from microsoft/tyriar/255789
Add term auto approve enablement setting and policy
2025-08-18 16:47:43 -07:00
Matt Bierner dcdb21160d Still allow class attrs in rendered markdown docs
Fixes #262219
2025-08-18 16:40:16 -07:00
Daniel Imms 7f32a94fbf Fix tests 2025-08-18 16:15:52 -07:00
Rob Lourens 8b328f5f98 Fix "Copilot Edits" leftover in message (#262222)
Fix #260539
2025-08-18 22:55:46 +00:00
Daniel Imms 21a3cbd181 Add term auto approve enablement setting and policy
Part of #255789
2025-08-18 15:54:06 -07:00
Matt Bierner 8424f65a81 Merge pull request #262215 from mjbvz/disciplinary-moth
Don't break up inline math during response streaming
2025-08-18 15:38:23 -07:00
Matt Bierner 42c26cd232 Don't break up inline math during response streaming
Fixes #258571
2025-08-18 15:00:23 -07:00
Don Jayamanne b860d8072a Dispaly next NES in other documents (#261761)
* Support next edits suggestions for different text documents

* Dispaly next NES in other documents
2025-08-18 21:38:33 +00:00
Connor Peet 669d9b506d variables: don't keep an lru for pw inputs (#262206) 2025-08-18 21:36:01 +00:00
Alex Ross 84829e3ee3 Add welcome view support to chat sessions (#262207)
* Add welcome view support to chat sessions
Part of microsoft/vscode-pull-request-github#7614

* Add a button
2025-08-18 21:28:20 +00:00
Osvaldo Ortega f6875c0599 Chat sessions context contribution (#262208) 2025-08-18 21:20:04 +00:00
Matt Bierner ef943507ae Merge pull request #261467 from microsoft/copilot/fix-261440
Fix KaTeX regex to prevent false math detection in PowerShell code
2025-08-18 13:32:10 -07:00
Justin Chen d597731539 add chat settings option (#262200) 2025-08-18 20:11:28 +00:00
Connor Peet 9f0d013656 chat: improve tool truncation styling (#262177)
* chat: improve tool truncation styling

Closes https://github.com/microsoft/vscode/issues/261471

* refine
2025-08-18 20:00:06 +00:00
Bhavya U 715de882c2 Remove deprecated experimental welcome experience support (#262188) 2025-08-18 19:58:04 +00:00
Benjamin Pasero f16a8ea00f Secondary sidebar visible by default in new workspace (fix #259496) (#261998) 2025-08-18 19:55:45 +00:00
Connor Peet 99ad9fa0e1 edits: move edit confirmations to extension tools (#262196)
Goes with https://github.com/microsoft/vscode-copilot-chat/pull/646
2025-08-18 19:34:26 +00:00
Justin Chen b77b01d540 working set changed files improvements (#262183) 2025-08-18 19:25:23 +00:00
Christy 😺 6518fe6990 separate open and delete worktree action (#262175) 2025-08-18 11:30:03 -07:00
Daniel Imms 42eafa74d8 Fix reporting of lsp provider id 2025-08-18 11:02:49 -07:00
Henning Dieterichs d56c242d33 Changes mode from startup to auto (https://github.com/microsoft/vscode/issues/257059) 2025-08-18 19:44:07 +02:00
Osvaldo Ortega 369b377f95 Small fix for css curly brace (#262172) 2025-08-18 17:35:24 +00:00
Aiday Marlen Kyzy 76745edf2a Adding workbench hover to the View All File Changes button and making it focusable (#259178)
adding workbench hover to the `View All File Changes` button and making it focusable
2025-08-18 17:44:36 +02:00
Benjamin Pasero 62bab672d7 vscode api - document file watcher behaviour for deletes (#262105) 2025-08-18 08:27:52 -07:00
Martin Aeschlimann e61333fea1 $(zap) is not escaped in the tooltip (#262147) 2025-08-18 15:26:47 +00:00
Benjamin Pasero 523aff7f04 layout - more tweaks to chat initial visibility (#262145) 2025-08-18 15:10:09 +00:00
Martin Aeschlimann 8951f2c2f5 Merge pull request #261704 from j3iiifn/fix/prompt-filename-with-digits
Prompt file name cannot contain digits
2025-08-18 17:07:49 +02:00
Aaron Munger 7173613f5e change setting to auto-experimental (#262149) 2025-08-18 08:05:46 -07:00
Benjamin Christopher Simmonds c85ebb0713 Show faster when in accept flow (#262128)
show faster when in accept flow
2025-08-18 15:03:01 +00:00
Isidor Nikolic 247f12f116 Merge pull request #262135 from microsoft/isidorn/juicy-krill
chat: enhance toolbar visibility on hover and keyboard focus
2025-08-18 16:00:47 +02:00
Benjamin Pasero 8d36f5090e chat - hide secondary sidebar when chat hidden via setting (#262137) 2025-08-18 13:52:22 +00:00
Sandeep Somavarapu 1afe09509b # 257052 Refetch experimental values every 60 minutes (#257053) 2025-08-18 15:49:21 +02:00
Benjamin Pasero 7f72556060 chat - do not mark setting experimental to hide AI features (#262131) 2025-08-18 06:40:25 -07:00
isidorn 6f735ae22e chat: enhance toolbar visibility on hover and keyboard focus 2025-08-18 15:24:19 +02:00
Daniel Imms c6fd55a733 Merge pull request #262033 from microsoft/tyriar/253970__251992
Fix git bash CDPATH to use correct absolute format
2025-08-18 05:09:44 -07:00
Benjamin Pasero 0a4241dc00 layout - go back to default size for secondary sidebar (#262121)
We optimised the default window dimensions for a 300px secondary sidebar, so lets go back to it.
2025-08-18 11:13:37 +00:00
Bhavya U 43452f464f Remove startup experimentation code and setup splitWelcomeChat view as getting started experience (#262068)
* Remove startup experimentation code and setup splitWelcomeChat view as getting started experience

* Remove experimental visibility check from welcome message in ChatWidget

* cleanup

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2025-08-18 10:24:29 +00:00
Aman Karmani 490afdd4cb storage: optimize sqlite insert with upsert syntax (#261999)
* storage: optimize sqlite insert with upsert syntax

* update schema

* go back to previous create statement

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2025-08-18 11:43:42 +02:00