Configure Glider with GitHub Copilot (VS Code extension).
dotnet tool install --global gliderAdd to your VS Code settings.json:
{
"github.copilot.chat.mcp.servers": {
"glider": {
"command": "glider",
"args": []
}
}
}Reload the window to apply changes.