Commit Graph

135206 Commits

Author SHA1 Message Date
Benjamin Pasero
462ce94707 Add separator between view actions and global panel actions (fix #147903) (#255576) 2025-07-12 11:59:55 -07:00
Rob Lourens
0eb2ec5a87 Use simple editor widget for tool confirmation editors (#255578)
Add tool simple editor changes
2025-07-12 18:59:09 +00:00
Yusuke Yamada
3e2b7a1b72 Revert "refactor: remove redundant actionRunner override in ChatEditorOverlayWidget" (#255456)
Revert "refactor: remove redundant actionRunner override in ChatEditorOverlay…"

This reverts commit adb41290c8.
2025-07-12 19:50:12 +02:00
Copilot
029bf69664 Fix MCP OAuth URL normalization - handle trailing slash and hostname case differences (#255415)
* Initial plan

* Fix MCP OAuth URL normalization issue - normalize URLs before comparison

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

* Remove unnecessary normalizeUrlForComparison function - URL constructor handles all normalization

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
2025-07-12 19:39:46 +02:00
Benjamin Pasero
33a85fed5f fix - overriding accessors properly (#255509) 2025-07-12 16:51:46 +02:00
Connor Peet
7b1c3d3dce debug: ignore cancellation errors during subsitution (#255488)
Fixes #254852 alongside https://github.com/microsoft/vscode-js-debug/pull/2247
2025-07-11 14:25:14 -07:00
Connor Peet
72c0f44fbe chat: fix undoing with a Try again action in the history doesn't make it dissapear (#255487)
Fixes #254880
2025-07-11 14:24:20 -07:00
Matt Bierner
40191dceac Merge pull request #255442 from mjbvz/sudden-octopus
Move `multibyteAwareBtoa` out of dom
2025-07-11 13:09:05 -07:00
Copilot
f4aa97320e Add "Open Extension" buttons to individual extension items in manage model access view (#255187) 2025-07-11 12:46:54 -07:00
Henning Dieterichs
092effaaeb Fixes https://github.com/microsoft/vscode/issues/255127 (#255428)
* Fixes https://github.com/microsoft/vscode/issues/255127

* Fixes tests

* Fixes CI
2025-07-11 21:21:55 +02:00
Henning Dieterichs
df8db2972e Fixes Illegal value for lineNumber (#255461)
Fixes https://github.com/microsoft/vscode/issues/249770
2025-07-11 21:20:21 +02:00
Justin Chen
9e98cd365e disable edit when clicking on a link (#255454)
disable click if we are clicking on link
2025-07-11 17:58:58 +00:00
Anthony Kim
ff3d1466b1 Shell type should be undefined when running unrecognized shell (#255450)
Allow undefined shell type
2025-07-11 10:46:27 -07:00
Megan Rogge
2f9c195832 update distro (#255446) 2025-07-11 17:31:33 +00:00
Justin Chen
c5c02f98ba fix implicit context hover (#255451) 2025-07-11 10:25:23 -07:00
Logan Ramos
7b0e2e414c Fix terminal events squatting on common props (#255444) 2025-07-11 17:18:51 +00:00
Benjamin Christopher Simmonds
29aba08e63 display location more dynamic (#255449) 2025-07-11 10:15:56 -07:00
Matt Bierner
0b2676103b Move multibyteAwareBtoa out of dom 2025-07-11 09:38:36 -07:00
Henning Dieterichs
2c794e6453 Fixes https://github.com/microsoft/vscode/issues/255128 (#255434) 2025-07-11 16:37:04 +00:00
Matt Bierner
b89c6f2625 Merge pull request #255429 from mjbvz/subsequent-jay
Make sure we still allow other attrs in chat markdown
2025-07-11 09:22:30 -07:00
Matt Bierner
e3ee71e1a6 Make sure we still allow other attrs in chat markdown
Also fixes a class to correct some styling rules
2025-07-11 09:10:25 -07:00
Megan Rogge
534977fcc8 revert change (#255425)
fix #255423
2025-07-11 16:10:00 +00:00
Josh Spicer
2085a8ca1e fix #253023 (#254509)
* fix https://github.com/microsoft/vscode/issues/253023

* remove previewFeature, add tags

* swap tag to 'Account'

* allTags -> hasAllTags

* no tag for agent mode
2025-07-11 08:56:01 -07:00
Megan Rogge
ee02bbaa82 modify the right arg (#255244) 2025-07-11 11:41:23 -04:00
Martin Aeschlimann
dd3b5a10de Issue: Prompt file name cannot contain Unicode letters (#255402)
Issue: Prompt file cannot contain unicode letters
2025-07-11 11:40:45 -04:00
Benjamin Pasero
37e510f1ef chore - update CLI state storage message format (#255400) 2025-07-11 14:41:09 +00:00
Henning Dieterichs
18c19134da Adds "onExP" tag to editStats setting 2025-07-11 16:27:09 +02:00
Ladislau Szomoru
f34628bcfc SCM - fix bug with selection not being initialized correctly (#255392) 2025-07-11 13:58:59 +00:00
Ladislau Szomoru
6c8a25ae47 Git - distinguish between repository, submodule, and worktree (#255374) 2025-07-11 15:35:09 +02:00
Martin Aeschlimann
36448b665d Chatmode without tools should use global tools (#255378) 2025-07-11 15:22:01 +02:00
Aiday Marlen Kyzy
2072458f50 standalone color picker: changing the HSL regex to account for decimals and no commas (#255349)
* changing the regex to account for decimals and no commas

* making the group also a non capturing group

* allowing zeroes after the 1.

* removing logs
2025-07-11 14:29:58 +02:00
Benjamin Pasero
9e2c4d8298 chore - remove unused test.ipynb file (#255351) 2025-07-11 11:37:46 +00:00
Raffaele Garofalo
00e2e65ba1 Feature/move editor menu (#247818)
* Add submenu for split editor actions and new move editor commands

* rename

* complete

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2025-07-11 11:33:50 +00:00
Benjamin Pasero
97dbf96bff fix - update constraint for command options validation (#255339) 2025-07-11 21:33:06 +10:00
Aiday Marlen Kyzy
e45fddacfc relayout color picker on hover content change (#255335)
relayout color picker on content change
2025-07-11 10:20:55 +00:00
Sandeep Somavarapu
dcb4e12e34 #254838 - Fix race conditions between extension install and uninstall operations (#255333) 2025-07-11 10:17:00 +00:00
Martin Aeschlimann
6dd2b84fa2 Merge pull request #254690 from madskristensen/schemastore-subdomain-fix
Updated references to schemastore.org
2025-07-11 12:10:29 +02:00
Benjamin Pasero
ae3e86a50b fix - update markdown description for sideBySideDirection (#255332) 2025-07-11 10:07:50 +00:00
Henning Dieterichs
acf993a2d1 merges back changes from copilot-chat 2025-07-11 12:05:24 +02:00
Benjamin Pasero
92a67e0262 Dev Containers fails to start on VS Code 1.102.0 with TypeError: Cannot read properties of null (reading 'filesToOpen') (fix #255254) (#255329) 2025-07-11 11:56:55 +02:00
Ladislau Szomoru
ef1a8d7397 SCM - fix leaked disposables (#255328) 2025-07-11 09:56:38 +00:00
Benjamin Pasero
01d3c6661a chat - do not close tools picker on focus out (#255317) 2025-07-11 11:56:14 +02:00
Aiday Marlen Kyzy
b55bd4a27a Default color decorators: adding length 3 hex values (#255311)
adding length 3 hex values
2025-07-11 11:55:12 +02:00
Ladislau Szomoru
a0d2afee33 Engineering - do not run the PR check for the main branch (#255309) 2025-07-11 08:28:32 +00:00
Matt Bierner
0e4ee5ff82 Merge pull request #255299 from mjbvz/existing-swallow
Make sure inline chat math wrapped in parens is rendered
2025-07-11 00:16:25 -07:00
Matt Bierner
5d23ee7462 Merge pull request #255293 from mjbvz/sensitive-aardvark
Fix header line height in chat
2025-07-11 00:05:44 -07:00
Matt Bierner
a0e680dc71 Make sure inline chat math wrapped in parens is rendered
Syntax like `a ($x$) b` is generated fairly often
2025-07-11 00:03:47 -07:00
Benjamin Pasero
31d05e298b fix - correct provider access in chat setup logic (#255287) 2025-07-11 08:35:50 +02:00
Matt Bierner
b6f4a9e07b Fix header line height in chat
Fixes #255292
2025-07-10 22:53:32 -07:00
Matt Bierner
2eeceaa3bc Merge pull request #253528 from tmm1/tmm1/ts-integration-results
[engineering] ensure typescript integration tests emit junit reports
2025-07-10 21:14:52 -07:00