Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 9, 2025

Plan for "Comment and Resolve" Feature

  • Explore codebase to understand current implementation
  • Add new command pr.createCommentAndResolve to package.json
  • Add new command pr.createSingleCommentAndResolve to package.json
  • Add localized strings for new commands to package.nls.json
  • Register menu items for new commands in package.json (comments/commentThread/context)
  • Implement command handlers in src/commands.ts
  • Hide commands from command palette
  • Compile and verify no errors
  • Build and test the implementation manually
  • Verify with screenshots
Original prompt

This section details on the original issue you should resolve

<issue_title>Add a "comment and resolve" button</issue_title>
<issue_description>
Issue Type: Feature Request

I very often add a comment and then resolve, which needs quite a few clicks. It would be nice to have a "Comment and resolve" button, akin to the "Close with Comment" button on the Github UI.

Extension version: 0.42.0
VS Code version: Code 1.67.2 (c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5, 2022-05-17T18:15:52.058Z)
OS version: Windows_NT x64 10.0.22621
Restricted Mode: No
Remote OS version: Linux x64 5.10.102.1-microsoft-standard-WSL2
Remote OS version: Linux x64 5.10.102.1-microsoft-standard-WSL2

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits December 9, 2025 11:32
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
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.

Add a "comment and resolve" button

2 participants