From 5cac8a38560a1db17911326346cbd81324c3ce8f Mon Sep 17 00:00:00 2001 From: PierreGode Date: Tue, 17 Jun 2025 09:10:34 +0200 Subject: [PATCH] Update README.md Fix Uncaught Exception issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 216e0a61..a5c1e313 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Alternatively, to manually configure VS Code, choose the appropriate JSON block "type": "http", "url": "https://api.githubcopilot.com/mcp/", "headers": { - "Authorization": "Bearer ${input:github_mcp_pat}", + "Authorization": "Bearer ${input:github_mcp_pat}" } } },