Skip to content

payton-chou-ms/gh-ext-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-ext-demo

only use for GitHub copilot extension demo usage

Reference:

Code Repository:

SOP Summary:

  1. 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.
  2. 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.
  3. Testing:

    • Launch the project locally in VS Code to test the extension.

About

only use for GitHub copilot extension demo usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages