Skip to content

Remove Hello World test command from extension#7659

Closed
Copilot wants to merge 6 commits intomainfrom
copilot/fix-f255e491-f257-4a49-b2f9-b177f334acb9
Closed

Remove Hello World test command from extension#7659
Copilot wants to merge 6 commits intomainfrom
copilot/fix-f255e491-f257-4a49-b2f9-b177f334acb9

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Aug 26, 2025

This PR removes the Hello World test command that was previously added to the GitHub Pull Requests extension.

Changes Made

  • Removed pr.helloWorld command registration from src/commands.ts
  • Removed command definition from package.json
  • Cleaned up any remaining empty lines and formatting

Rationale

The Hello World command was added as a test/example implementation but is no longer needed and has been removed to clean up the codebase.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits August 26, 2025 01:06
Co-authored-by: osortega <48293249+osortega@users.noreply.github.com>
Co-authored-by: osortega <48293249+osortega@users.noreply.github.com>
Copilot AI changed the title [WIP] Creating a Hello World Command Add Hello World command to the extension Aug 26, 2025
Copilot AI requested a review from osortega August 26, 2025 01:14
Copy link
Copy Markdown
Contributor

@osortega osortega left a comment

Choose a reason for hiding this comment

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

@copilot Add some logging

Co-authored-by: osortega <48293249+osortega@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Aug 26, 2025

@copilot Add some logging

Added logging to the Hello World command. The command now logs "Hello World command executed" to the output channel when executed. Commit: 76ef39e

Copilot AI changed the title Add Hello World command to the extension Add Hello World command with logging to the extension Aug 26, 2025
Copilot AI requested a review from osortega August 26, 2025 01:34
@osortega
Copy link
Copy Markdown
Contributor

@copilot Remove the logging


Co-authored-by: osortega <48293249+osortega@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Aug 26, 2025

@copilot Remove the logging

--- ...

Removed the logging from the Hello World command as requested. Commit: 4327ea3

Copilot AI changed the title Add Hello World command with logging to the extension Add Hello World command to the extension Aug 26, 2025
@osortega
Copy link
Copy Markdown
Contributor

@copilot Remove the last test


Co-authored-by: osortega <48293249+osortega@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Aug 26, 2025

@copilot Remove the last test

--- ...

Removed the Hello World test command completely from both package.json and src/commands.ts. The command registration and all related code has been cleaned up. Commit: fc1b74c

Copilot AI changed the title Add Hello World command to the extension Remove Hello World test command from extension Aug 26, 2025
@osortega
Copy link
Copy Markdown
Contributor

@copilot add more tests


@alexr00
Copy link
Copy Markdown
Member

alexr00 commented Oct 6, 2025

Closing as this is a test PR.

@alexr00 alexr00 closed this Oct 6, 2025
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.

3 participants