Commit Graph

149600 Commits

Author SHA1 Message Date
Anthony Kim
1d01418cd5 Revert terminal editor regressions #298688 , #302139 (#305782) 2026-03-27 12:56:28 -07:00
Logan Ramos
2056bef1cf Don't use trusted telemetry value on model ids (#305760)
* Don't use trusted telemetry value on model ids

* Update src/vs/workbench/contrib/editTelemetry/browser/telemetry/aiEditTelemetry/aiEditTelemetryServiceImpl.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Regex

* tests

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-27 12:34:01 -07:00
Kyle Cutler
678825d644 Browser view native "add to chat" features (#305745)
* Browser view native "add to chat" features

* safe parsing, better pseudo handling
2026-03-27 11:50:48 -07:00
Bhavya U
483f2ca1d5 Add telemetry for chat todo list widget interactions (#305747) 2026-03-27 11:49:40 -07:00
Connor Peet
fa311ecf8f Merge pull request #305348 from microsoft/connor4312/edit-metadata
agentHost: add session-specific metadata
2026-03-27 11:44:24 -07:00
Hawk Ticehurst
3fba4f2d00 sessions: adjust workspace picker empty state text segmentation (#305750) 2026-03-27 14:34:22 -04:00
Paul
402ffd2793 Allow intellisense for troubleshoot skill (#305702) 2026-03-27 11:29:07 -07:00
Matt Bierner
0f6c3beea6 Merge pull request #305756 from microsoft/revert-291825-child-process
Revert "Replace child_process.exec with execFile to prevent potential command injection"
2026-03-27 11:18:45 -07:00
Lee Murray
510195d638 Sessions: Update no changed files message and adjust styles in changes view (#305751)
* style: add padding adjustment for action widget list rows

Co-authored-by: Copilot <copilot@github.com>

* style: update welcome message and adjust padding and icon size in changes view

Co-authored-by: Copilot <copilot@github.com>

* Update src/vs/sessions/contrib/changes/browser/changesView.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-27 18:15:07 +00:00
Kalash Thakare ☯︎
6ef843ff0b fix: remove persistent focus outline on walkthrough step checkbox click (#300872)
When clicking a walkthrough step checkbox in an expanded step, a blue
focus border appeared and persisted until clicking elsewhere. This was
caused by the codicon element receiving tabindex='0' when the step
expands, making it focusable on mouse click with no CSS rule to suppress
the default outline.

Added :focus (outline: none) and :focus-visible (outline with focusBorder)
rules for .getting-started-step .codicon, mirroring the existing pattern
used for button elements in the same file.
2026-03-27 17:59:34 +00:00
Lee Murray
a29c4cf52b Increase minimum width of AuxiliaryBarPart (#305741)
* fix: increase minimum width of AuxiliaryBarPart to improve layout

Co-authored-by: Copilot <copilot@github.com>

* Update src/vs/sessions/browser/parts/auxiliaryBarPart.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-27 17:57:43 +00:00
Matt Bierner
187a98616b Revert "Replace child_process.exec with execFile to prevent potential command injection" 2026-03-27 10:57:37 -07:00
Rob Lourens
81a487a2a0 Don't show a terminal error when opening remote agent-host sessions (#305744) 2026-03-27 17:56:23 +00:00
Lee Murray
7401c12e7e Adjust padding for secondary action buttons in changes view (#305738)
style: adjust padding for secondary action buttons in changes view

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
2026-03-27 10:55:07 -07:00
Matt Bierner
21dedfa8de Merge pull request #305739 from mjbvz/dev/mjbvz/short-shark
Delete pointless test
2026-03-27 10:54:50 -07:00
Lee Murray
2b75555f55 Increase font weight for session title label (#305736)
style: increase font weight for session title label

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
2026-03-27 10:54:33 -07:00
Lee Murray
b8b0273793 Improve badge visibility with updated styles (#305734)
style: update badge background and text color for improved visibility

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>
2026-03-27 10:54:14 -07:00
Yogeshwaran C
7466d76783 fix: modernize HTML sample snippet (#304818)
Update the built-in HTML sample snippet to follow current web standards
and reduce unnecessary boilerplate:

- Add lang attribute to <html> tag as first tab stop (W3C recommended)
- Remove outdated IE compatibility meta tag (IE is no longer supported)
- Remove unnecessary type='text/css' and media='screen' from <link>
  (default values in HTML5)
- Remove <script> tag (modern templates often handle scripts differently)
- Move viewport meta before title (following common convention)

Fixes #272331

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
2026-03-27 10:25:15 -07:00
Connor Peet
e55a46787c last fix 2026-03-27 10:13:50 -07:00
Benjamin Christopher Simmonds
dd064da408 Merge pull request #305730 from microsoft/benibenj/ratty-urial
Session types changes and smarter chat to session mapping
2026-03-27 18:10:48 +01:00
Josh Spicer
89f90db494 sessions: use proper DI for fileService and pathService in AgenticPromptsService (#305727)
refactor: streamline access to file and path services in PromptsService
2026-03-27 10:10:25 -07:00
Connor Peet
39473a2003 fix race in teardown 2026-03-27 10:01:42 -07:00
Megan Rogge
00515ed0a3 sort default question options to the top (#305696) 2026-03-27 16:54:33 +00:00
Matt Bierner
fc06daea52 Delete pointless test
This test is 30 lines to test that a readonly constant is set
2026-03-27 09:53:03 -07:00
Matt Bierner
a712e00d91 Merge pull request #305525 from mjbvz/dev/mjbvz/whispering-swift
Try to reduce how often LocalAgentsSessionsController fires updates
2026-03-27 09:51:10 -07:00
Connor Peet
3746fd5a92 fix 2026-03-27 09:45:04 -07:00
BeniBenj
1e69270da6 fix tests 2026-03-27 17:43:54 +01:00
Connor Peet
676164bf15 fix 2026-03-27 09:36:05 -07:00
Hawk Ticehurst
e727b78694 sessions: refine new chat empty state layout and picker styling (#304529)
* Update chat view layout to bottom-dock controls and adjust styling for improved user experience

* Update chat picker styles for improved readability and consistency

* Reduce font sizes for chat picker labels to enhance visual consistency

* Reduce font sizes for chat picker labels to improve visual consistency

* Remove unused header and letterpress elements from chat welcome widget

* Center align chat controls and local mode picker for improved layout consistency

* Center chat layout and adjust alignment for improved consistency

* Enhance workspace picker accessibility with ARIA attributes and improve dropdown interaction

* Refactor project picker styles for improved layout and consistency

* Remove left margin from workspace picker dropdown label for improved alignment

* Simplify dropdown chevron transform for workspace picker

* Update new-chat empty state in sessions: remove watermark, center controls, and restyle workspace picker

* Refactor chat welcome widget: rename bottom-docked controls to welcome content and update related DOM appends

* Update src/vs/sessions/contrib/chat/browser/workspacePicker.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* style: update chat picker styles and add icon rendering for workspace selection

* fix: update workspace selection labels for clarity

* fix: enhance workspace selection prompt for clarity and render option group pickers on selection

* fix: add onDidChangeSelection event to workspace picker for improved selection handling

* fix: trigger selection change event when deselecting workspace in picker

* fix: hide action widget when clearing workspace selection

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-27 12:35:51 -04:00
Benjamin Pasero
9c5d73322c style - update icon for New Session action (#305724) 2026-03-27 16:32:57 +00:00
BeniBenj
2a71559b84 session types changes plus /generate-run-commands, smarter chats to session mapping and removing commit method 2026-03-27 17:29:27 +01:00
Connor Peet
cdd9c01e97 fix 2026-03-27 09:26:30 -07:00
Megan Rogge
334b6709af bring back fix for accessible view links (#304510)
bring back fix
2026-03-27 16:06:25 +00:00
Benjamin Pasero
c136539a3f docs - add service dependency declaration guideline (#305682)
* docs - add service dependency declaration guideline

* Update .github/copilot-instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-27 16:05:42 +00:00
Connor Peet
133627a223 fix tests 2026-03-27 08:59:30 -07:00
Rob Lourens
492790d5ca Don't write ahp commit hash to every file (#305695)
* Don't write ahp commit hash to every file

Co-authored-by: Copilot <copilot@github.com>

* undo

---------

Co-authored-by: Copilot <copilot@github.com>
2026-03-27 15:54:33 +00:00
xingsy97
9b0dd7c567 Settings editor - avoid repeated extension list refresh (#303957)
settings: move refreshInstalledExtensionsList() outside loop
2026-03-27 15:53:51 +00:00
Benjamin Pasero
63304545b2 sessions - fix layer breakers (#305693) 2026-03-27 15:48:36 +00:00
xingsy97
9c566819ae notebook: fix unused cell lookup and broken selection deduplication (#305105)
notebook: remove dead code, fix redundant output search, and fix broken selection dedup

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
2026-03-27 08:36:46 -07:00
Lee Murray
9685f8d8ee Merge pull request #305667 from microsoft/mrleemurray/legal-tan-snake
Refactor UI spacing for improved consistency
2026-03-27 15:29:44 +00:00
Lee Murray
77238558a9 Merge branch 'main' into mrleemurray/legal-tan-snake 2026-03-27 15:09:31 +00:00
Hawk Ticehurst
59b6639d4d sessions: polish New Session button shortcut chip and layout (#304549)
* Enhance new session button with keybinding support and improved layout

* Fix action ID for new session to align with sessions context
2026-03-27 11:06:10 -04:00
Tyler James Leonhardt
1553cc3bad fix: improve fallback title localization for single and plural steps (#305656)
* fix: improve fallback title localization for single and plural steps

fixes https://github.com/microsoft/vscode/issues/305654

* feedback
2026-03-27 14:46:09 +00:00
Benjamin Christopher Simmonds
93cc2b1a69 Merge pull request #305661 from microsoft/benibenj/planned-haddock
Fix CI widget layout
2026-03-27 15:39:39 +01:00
Lee Murray
3b00240654 Update src/vs/sessions/contrib/accountMenu/browser/media/accountWidget.css
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-27 14:36:06 +00:00
Lee Murray
be16abec58 Update src/vs/sessions/contrib/changes/browser/changesView.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-27 14:35:29 +00:00
mrleemurray
1fabac90f2 style: update margin and padding values for improved layout consistency across UI components
Co-authored-by: Copilot <copilot@github.com>
2026-03-27 14:24:16 +00:00
Logan Ramos
8ee42df50e Address CCR comments for EDU sku (#305659)
* Address comments

* Fix enum values
2026-03-27 14:20:44 +00:00
mrleemurray
5f94f19fed style: increase padding in scrollable element for improved spacing 2026-03-27 14:12:13 +00:00
Justin Chen
f867ff35d3 improve checkpointing and add checkpoint hover on first request (#305572)
* improve checkpointing and add checkpoint hover on first request

* address comments
2026-03-27 14:03:12 +00:00