only use for GitHub copilot extension demo usage
- GitHub Repository: gh-ext-demo
-
Launching Code from Codespaces:
- Use Codespaces to have a public endpoint for testing.
- Commands in Codespaces Terminal:
- Navigate to the project folder:
cd /workspaces/gh-ext-demo/src/my-gh-ext-demo
- Build and run the code:
dotnet build dotnet run
- Make the endpoint public.
- Navigate to the project folder:
-
GitHub Configuration:
- Navigate to Settings > Developer Settings to create a GitHub App.
- Ensure the callback URL is set up correctly.
- Confirm that all required extensions are installed.
-
Testing:
- Launch the project locally in VS Code to test the extension.