Allow pinning/unpinning Copilot Chat sessions from within the session itself

Open
#318,552 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
58/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
typescript
Domain
desktop, frontend

Research direction

The issue names no files or tests; start by locating the existing pin/unpin action in the chat session list and tracing how the active session view and command palette expose actions. Done means the current session can be pinned or unpinned without leaving the session, with the action reflecting its current state.

Written by the indexing model from the issue text.

Description

Feature Request

Is your feature request related to a problem?

Currently, pinning and unpinning chat sessions can only be done from the session list view. If I'm actively working within a session and want to pin it (to preserve it), I have to navigate away to the session list, find the session, and pin it from there. This breaks my flow.

Describe the solution you'd like

Add a pin/unpin action accessible from within an active chat session — for example, as an icon button in the session header/toolbar, or as a command palette entry (e.g., "Chat: Pin Current Session" / "Chat: Unpin Current Session"). This would allow users to pin or unpin the session they're currently viewing without leaving it.

Describe alternatives you've considered

  • Navigating to the session list to pin/unpin (current behavior — requires context switching)
  • Using the command palette to pin by session name (doesn't exist currently)

Additional context

This is a small UX improvement that reduces friction for users who frequently pin sessions to keep important context available.

Dominant language
TypeScript
Stars
193k
Forks
42.9k
PR merge metrics
PR metrics pending

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/vscode

All issues in microsoft/vscode

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.