Skip to content

fix for chat tips#304899

Open
meganrogge wants to merge 1 commit intomainfrom
merogge/chat-tip-fix
Open

fix for chat tips#304899
meganrogge wants to merge 1 commit intomainfrom
merogge/chat-tip-fix

Conversation

@meganrogge
Copy link
Collaborator

fixes #303283

Copilot AI review requested due to automatic review settings March 25, 2026 20:34
@meganrogge meganrogge self-assigned this Mar 25, 2026
@meganrogge meganrogge added this to the 1.114.0 milestone Mar 25, 2026
@meganrogge meganrogge enabled auto-merge (squash) March 25, 2026 20:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR targets chat “getting started” tips behavior in the workbench chat UI, intended to address tips reappearing after users interact with tip command links (issue #303283).

Changes:

  • Update ChatTipService to dismiss the currently shown tip when a command link in the tip is executed.
  • Adjust existing tests for “settings-link” tips to assert per-tip dismissal persistence.
  • Add a new test ensuring the /create-prompt tip is dismissed after its command link is invoked.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/vs/workbench/contrib/chat/browser/chatTipService.ts Changes tip command-link handling to always dismiss the shown tip (and removes prior session-hiding behavior).
src/vs/workbench/contrib/chat/test/browser/chatTipService.test.ts Updates dismissal expectations for command-link interactions and adds coverage for tip.createPrompt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chat tip shows again in a session after taking action on a previous chat

3 participants