Commit Graph

137333 Commits

Author SHA1 Message Date
Alex Ross
d19505af4c Handle single line PR description (#263618) 2025-08-27 16:39:17 +00:00
Megan Rogge
07d8a07fc8 add additional actions to elicitation part, provide them for terminal input requests (#263465)
add additional actions to elicitation part
2025-08-27 09:10:50 -07:00
Anthony Kim
eabf4d00d3 Fix terminal link disposable leak (#263373)
* Try to fix link disposable leak

* More code

* Don't mess with original formatting

* Update to check pending

* Version with no disposable leak

* Removing && this._activeProvideLinkRequests.size === 0 does not make difference

* Remove _activeLinks, just use _activeLinksStore

* cleaner code
2025-08-27 08:56:36 -07:00
Sandeep Somavarapu
db87c97754 optimize mcp registry provider retrieval in (#263606) 2025-08-27 08:19:00 -07:00
Daniel Imms
d32db8e04c Merge pull request #263452 from microsoft/tyriar/255699
Fix SI double install issue in pwsh
2025-08-27 08:01:02 -07:00
João Moreno
6d5b435aca skip terrapin check for PRs that don't touch package files (#263583)
* skip terrapin check for PRs that don't touch package files

* 💄
2025-08-27 07:58:41 -07:00
Sandeep Somavarapu
b11aee19b2 implement mcp registry paging (#263600) 2025-08-27 14:56:07 +00:00
Henning Dieterichs
311c8cdc97 update docs 2025-08-27 16:54:33 +02:00
Daniel Imms
c606f44789 Merge pull request #263597 from microsoft/tyriar/257468_progress_start
Add icon to terminal progress part
2025-08-27 07:49:01 -07:00
Daniel Imms
2af79b9444 Bring back syntax highlighting 2025-08-27 07:27:54 -07:00
Daniel Imms
30c8cf6f0e Add icon to terminal progress part
Part of #257468
2025-08-27 07:06:30 -07:00
Ross Wollman
fa8f79d95a workbench.action.chat.export optionally accept path (#263507)
* skip Save As with workbench.action.chat.export

* remove support for string
2025-08-27 06:56:19 -07:00
Ladislau Szomoru
5e9d89e498 Chat - remove hardcoded height for progress codicon (#263587) 2025-08-27 13:31:09 +00:00
Robo
9d7c34c96a chore: update electron@37.3.1 (#263552)
* chore: update electron@37.3.1 (#262877)

* chore: update electron@37.3.1

* chore: remove workaround for npm scripts argument parsing

Refs f99aa748c0

* chore: update node.js@22.18.0

* temp: bump distro

* chore: bump distro
2025-08-27 13:08:07 +00:00
Ladislau Szomoru
f492c3d828 Chat - remove custom letter spacing (#263581) 2025-08-27 12:54:14 +00:00
Daniel Imms
b70d0fc99f Merge pull request #263569 from microsoft/tyriar/skip_general
Fix skip tooltip for general tool confirmation
2025-08-27 04:41:53 -07:00
Daniel Imms
303bd84713 Fix skip tooltip for general tool confirmation 2025-08-27 04:14:30 -07:00
Sandeep Somavarapu
d99ec9dbb9 improve configuring mcp registry (#263566) 2025-08-27 20:45:04 +10:00
Alexandru Dima
d793cce20e Extract some types to be able to reuse them in copilot chat (#263553)
* Extract some types to be able to reuse them in copilot chat

* Avoid exporting interfaces which trips up the transpiler used for speeding up the CI
2025-08-27 08:57:08 +00:00
Ladislau Szomoru
6e776feea2 Engineering - update GitHub actions code owners (#263549) 2025-08-27 10:16:33 +02:00
dependabot[bot]
5cd72cdafe Bump actions/checkout from 4 to 5 (#263345)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-27 08:02:07 +00:00
Robo
4a31639f5f ci: make artifact name unique for cpuprofile (#263543) 2025-08-27 07:38:20 +00:00
Bhavya U
7947180d11 Update welcome view rendering (#263536) 2025-08-27 06:23:06 +00:00
Bhavya U
aab0a5930a clean up todo tool and update telemetry (#263510) 2025-08-27 05:48:07 +00:00
Benjamin Pasero
c54c058bf2 chat - adopt new generic icons for warning/error (#263532) 2025-08-27 15:06:31 +10:00
Rob Lourens
9c91758ac5 Tweak userDescription for searchExtensions tool (#263530) 2025-08-27 15:05:52 +10:00
Rob Lourens
9ae5582888 Adopt registerTool (#263497)
Just a nicer convenience method I added recently
2025-08-27 04:19:20 +00:00
Justin Chen
9af73180ca thinking part configurations: show thinking on, collapsed off (#263523)
thinking part settings
2025-08-26 19:12:07 -07:00
Tyler James Leonhardt
c3b7f6923b Enforce that endpoints in the server metadata have to be http (#263508)
this is what the specs says.
2025-08-27 03:49:09 +02:00
Henning Dieterichs
9e1f3e6df0 Implements editTelemetry.codeSuggested and editTelemetry.codeAccepted 2025-08-27 03:48:48 +02:00
Tyler James Leonhardt
e2c8943632 Also confirm file urls in fetch tool (#263511)
it's a rare scenario that this tool gets a file, but if it does, we should still confirm just like a web page.
2025-08-27 02:51:52 +02:00
Raymond Zhao
8b02c141b8 Update distro hash in package.json (#263501) 2025-08-27 00:06:40 +00:00
Rob Lourens
503d3a3b2c Fix duplicated terminalSelection/terminalLastCommand (#263498)
cc @Tyriar
2025-08-26 17:04:27 -07:00
Peng Lyu
336baaac96 Merge pull request #263483 from microsoft/rebornix/moderate-loon
fix sizing/padding for chat session inline actions
2025-08-26 16:08:01 -07:00
Raymond Zhao
80c270d20f Revert "chore: update electron@37.3.1" (#263488)
Revert "chore: update electron@37.3.1 (#262877)"

This reverts commit ad0b5d23c1.
2025-08-26 23:04:57 +00:00
Tyler James Leonhardt
ffd2b4adc9 Add me as a CODEOWNER of this file to try to unblock build (#263492) 2025-08-26 22:51:51 +00:00
Tyler James Leonhardt
25401aa737 This distro indeed needs to be bumped (#263487)
so we shall
2025-08-26 22:41:41 +00:00
Tyler James Leonhardt
5eaa23c2a9 Update challenges proposal shape (#263484)
ref https://github.com/microsoft/vscode/issues/260156
2025-08-26 15:40:35 -07:00
Peng Lyu
677f7c847f fix sizing/padding for chat session inline actions 2025-08-26 15:05:37 -07:00
Megan Rogge
8ee3a00117 add output monitoring for foreground terminals (#263438) 2025-08-26 21:32:59 +00:00
Benjamin Christopher Simmonds
f7361bc2da Report groupId (#263473)
report groupId
2025-08-26 14:07:03 -07:00
Ross Wollman
70d16be46c fix: parse commands in chat.open commands (#263458)
`workbench.action.chat.open` did not always trigger a parse of the input
resulting in `/<prompt>` not being recognized as a prompt command.

If `isPartialQuery: false` (default), then the commanded used
[`acceptInput` intead of `setInput`](709b8fabf5/src/vs/workbench/contrib/chat/browser/actions/chatActions.ts (L244))
only the latter of which will trigger a [re-parse of the query](709b8fabf5/src/vs/workbench/contrib/chat/browser/chatWidget.ts (L1640))
to critcially turn [`/<prompt>` into a `ChatRequestSlashPromptPart`](d2ff8d1606/src/vs/workbench/contrib/chat/common/chatRequestParser.ts (L231)).

**Reviewers**: There's a few places `acceptInput` is called with a query
in the codebase. It's not clear to me if the others have the same issue
or if always triggering a re-parse would double parse.
2025-08-26 13:51:53 -07:00
Josh Spicer
d3082b42f7 Add isSecondary to custom buttons in chartConfirmationContentPart (#263467)
Add isSecondary to custom buttons in chartConfirmationConfirmation
2025-08-26 13:14:08 -07:00
Benjamin Christopher Simmonds
7929fb5beb Improve debugging for NES observables (#263460)
improve debugging for NES observables
2025-08-26 20:05:02 +00:00
Ladislau Szomoru
cd5050a941 Chat - rerender chat panel when font size is changed (#263464) 2025-08-26 12:51:05 -07:00
Benjamin Christopher Simmonds
ec0cb2f239 Support excludes proposed API (#263459) 2025-08-26 19:22:13 +00:00
Tyler James Leonhardt
d4fa396861 Add padding to quick input buttons (#263456)
Fixes https://github.com/microsoft/vscode/issues/262269
2025-08-26 19:08:25 +00:00
Ladislau Szomoru
69faf86588 Chat - adopt fontSize setting for UI elements (#263455) 2025-08-26 19:00:48 +00:00
Daniel Imms
d62248e1a1 Fix SI double install issue in pwsh
Fixes #255699
2025-08-26 11:44:07 -07:00
Josh Spicer
e7ae2cc2e1 forward participant information from chat sessions history (#263448)
forward participant information in chat sessions history
2025-08-26 18:37:41 +00:00