GitHub Copilot Setup

Configure Glider with GitHub Copilot (VS Code extension).

GitHub Copilot

1. Install Glider
dotnet tool install --global glider
2. Configure VS Code settings

Add to your VS Code settings.json:

{
  "github.copilot.chat.mcp.servers": {
    "glider": {
      "command": "glider",
      "args": []
    }
  }
}
3. Reload VS Code

Reload the window to apply changes.