Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot 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 Copilot AI changed the title [WIP] Creating a Hello World Command Add Hello World command to the extension Aug 26, 2025
@Copilot Copilot AI requested a review from osortega August 26, 2025 01:14
Copilot finished work on behalf of osortega August 26, 2025 01:14
Copy link
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

Copy link
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 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 Copilot AI requested a review from osortega August 26, 2025 01:34
Copilot finished work on behalf of osortega August 26, 2025 01:34
@osortega
Copy link
Contributor

@copilot Remove the logging


Copy link
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 Copilot AI changed the title Add Hello World command with logging to the extension Add Hello World command to the extension Aug 26, 2025
Copilot finished work on behalf of osortega August 26, 2025 01:43
@osortega
Copy link
Contributor

@copilot Remove the last test


Copy link
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 Copilot AI changed the title Add Hello World command to the extension Remove Hello World test command from extension Aug 26, 2025
Copilot finished work on behalf of osortega August 26, 2025 02:00
@osortega
Copy link
Contributor

@copilot add more tests


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.

2 participants