Commit Graph

131576 Commits

Author SHA1 Message Date
Matt Bierner
f6df064c00 Update distro 2025-03-26 10:10:10 -07:00
Oleg Solomko
a3ee845c62 reduce unit test flakiness 2025-03-26 09:49:28 -07:00
Benjamin Christopher Simmonds
e3fa6ea22f Fix strange NES rendering issue (#244759)
fixes https://github.com/microsoft/vscode-copilot/issues/15036?reload=1
2025-03-26 17:31:50 +01:00
João Moreno
06b480f0e2 fixes #243131 (#244755) 2025-03-26 16:46:21 +01:00
Johannes Rieken
49f51817c1 fix https://github.com/microsoft/vscode/issues/244748 (#244753) 2025-03-26 16:38:56 +01:00
Benjamin Pasero
9c2cb9e620 We should not auto open Copilot welcome view when user goes through new OOTB Chat flow (fix microsoft/vscode-copilot#14832) (#244743) 2025-03-26 07:51:18 -07:00
Martin Aeschlimann
ad93fc5ce6 "Generating Edits" / "Applying Edits" naming (#244720)
* "Generating Edits" / "Applying Edits" naming (#14831)

* revert to 'Edits Paused'
2025-03-26 14:57:36 +01:00
Sandeep Somavarapu
74f9bfb69b fix #243350 (#244738) 2025-03-26 14:50:27 +01:00
Sandeep Somavarapu
8b01fc12a9 fix #244531 (#244735) 2025-03-26 14:15:11 +01:00
Daniel Imms
d8d0a7c3e6 Merge pull request #244732 from microsoft/tyriar/244537
Disable pwsh completions on pwsh 5
2025-03-26 06:10:10 -07:00
Daniel Imms
e673d43c6d Disable pwsh completions on pwsh 5
Fixes #244537
2025-03-26 05:20:24 -07:00
Ladislau Szomoru
e9eea024f1 Git - git blame/timeline hover should not support HTML (#244729)
* Git - git blame hover should not support HTML

* Also fix timeline hover
2025-03-26 11:25:59 +00:00
Daniel Imms
0ae60be7df Merge pull request #244727 from microsoft/tyriar/ib_5424
Add telemetry logs for terminal shell type
2025-03-26 04:24:54 -07:00
Johannes Rieken
8148c8931c cap input/output rendering to 13 lines (#244728)
fixes https://github.com/microsoft/vscode/issues/244541
2025-03-26 12:11:29 +01:00
Daniel Imms
2901ebbb3d Use set, improve type safety 2025-03-26 04:05:19 -07:00
Daniel Imms
59bbf587d9 Add telemetry logs for terminal shell type
Fixes microsoft/vscode-internalbacklog#5424
2025-03-26 03:58:11 -07:00
Johannes Rieken
4b94cb575b fix https://github.com/microsoft/vscode/issues/244418 (#244726) 2025-03-26 11:54:29 +01:00
Ladislau Szomoru
e81dfd3869 SCM - listen to editor configuration changes (#244725) 2025-03-26 11:51:25 +01:00
Johannes Rieken
f13918a4b0 disable intent guides while applying edits (#244719)
fixes https://github.com/microsoft/vscode-copilot/issues/15030
2025-03-26 11:11:37 +01:00
Daniel Imms
2bdf2d2bf1 Merge pull request #244721 from microsoft/tyriar/copilot_14545
Don't enable shell integration API when only cwd is reported
2025-03-26 03:00:10 -07:00
Daniel Imms
b8696ebbe5 Don't enable shell integration API when only cwd is reported
This was causing the run in terminal tool to hang since executeCommand is not
actually functional in this case. This also reports cwd always after enabling
and reduces duplication.

Fixes microsoft/vscode-copilot#14545
2025-03-26 02:46:39 -07:00
Benjamin Pasero
c8fe72199e Copilot status does not reflect enablement state (fix #244714) (#244717)
* Copilot status does not reflect enablement state (fix #244714)

* 💄
2025-03-26 09:44:40 +00:00
Benjamin Christopher Simmonds
ff0aee13b0 Fix line removal visibility in the UI (#244715)
fixes https://github.com/microsoft/vscode-copilot/issues/13313
2025-03-26 10:43:24 +01:00
Johannes Rieken
b1ab0506ae fix leaking disposables (#244711)
* fix leaking disposables

* make compiler happy
2025-03-26 10:42:21 +01:00
Johannes Rieken
a2888f8e07 use default icon for MCP tools (#244713)
https://github.com/microsoft/vscode-copilot/issues/14873
2025-03-26 10:30:01 +01:00
Megan Rogge
24f18580da fix bugs with merge editor a11y help (#244658) 2025-03-26 10:28:49 +01:00
Johannes Rieken
7fe436f35a Merge pull request #244690 from wszgrcy/precise-crane
fix: extension uncaughtException listen Maximum call stack size exceeded
2025-03-26 10:19:27 +01:00
Benjamin Pasero
17f4c22d6b Edited files are opened in the New Window where Chat is running (fix microsoft/vscode-copilot#15007) (#244710) 2025-03-26 10:01:45 +01:00
Benjamin Pasero
eb214a80c8 Setting should not include the word experimental in it (fix microsoft/vscode-copilot#14902) (#244708) 2025-03-26 09:59:40 +01:00
Sandeep Somavarapu
f575cd4752 be easy while fetching entitlements (#244709) 2025-03-26 09:54:09 +01:00
Benjamin Pasero
b4bc53a72f Cannot read properties of undefined (reading 'value') (fix #240195) (#244707) 2025-03-26 09:43:04 +01:00
Johannes
0bbb355577 💄 2025-03-26 09:40:31 +01:00
Benjamin Pasero
42603346e7 chat - reduce flicker in setup on shutdown (#244706) 2025-03-26 09:36:00 +01:00
Connor Peet
35f4444bf9 codelens: fix vertical alignment with icons (#244662)
Individual spans in the codelens were flexbox enabled, but the codelens
container was not, so multiple lenses at the same location could be
misaligned if some of them had icons and some did not.

![](https://memes.peet.io/img/25-03-257742c3-649a-4835-84cc-8c2ed8cb8a77.png)
2025-03-26 08:24:45 +00:00
Sandeep Somavarapu
2fc866ae6e check for category filter capability (#244705) 2025-03-26 09:22:24 +01:00
Sandeep Somavarapu
e678909c06 fix #244593 (#244704) 2025-03-26 09:21:40 +01:00
Rob Lourens
ff31f4aba8 Wait for previous session to be cleared before newEditSession submits next request (#244687)
Wait for previous session to be cleared
Fix #244686
2025-03-26 08:10:50 +01:00
Tyler James Leonhardt
47f5754d39 Ignore focus lost in Setup GHE input (#244700) 2025-03-26 08:05:23 +01:00
chen
01af033a87 style: lint 2025-03-26 14:31:54 +08:00
chen
0aba28a66b fix: use apply for arguments 2025-03-26 14:31:54 +08:00
chen
0db03159d5 fix: extension uncaughtException listen Maximum call stack size exceeded 2025-03-26 14:31:54 +08:00
Tyler James Leonhardt
ba84916f00 The final frontier (#244697)
Fixes https://github.com/microsoft/vscode-copilot/issues/14847
2025-03-25 22:19:17 -07:00
Rob Lourens
87a35e1069 Fix "cancel" action on "Show Chats" with active editing session (#244693)
Fix https://github.com/microsoft/vscode-copilot/issues/14998
2025-03-26 04:40:41 +01:00
Rob Lourens
3bac381f8e Restore builtin tool custom confirmations (#244691)
And disable 'auto allow'. This is mainly about bringing back the fetch tool's nicer confirmation and custom logic.
2025-03-26 04:34:35 +01:00
Rob Lourens
4b9ba82868 Don't show builtin agent tools in the picker (#244685) 2025-03-25 19:08:27 -07:00
Connor Peet
5dc15c1251 mcp: normalize invalid tool names (#244683)
Fixes https://github.com/microsoft/vscode-copilot/issues/15004
2025-03-25 18:50:25 -07:00
Rob Lourens
211db5d37e Avoid unnecessary editor relayouts (#244682) 2025-03-26 02:09:26 +01:00
Rob Lourens
9fbbdc1792 Fix cut off terminal editors/buttons (#244681)
Fix https://github.com/microsoft/vscode-copilot-release/issues/6850, hopefully, and hopefully not breaking anything else
2025-03-25 18:01:02 -07:00
Matt Bierner
bd48bd4700 Merge pull request #244676 from mjbvz/chemical-wasp
Only show chat status details in faded color
2025-03-25 17:38:53 -07:00
Connor Peet
c962ce42c0 mcp: turn on mcp discovery by default (#244675)
Verified with @kieferrm that we want to have this on for the next release.
2025-03-25 17:13:47 -07:00