From c4fcc5ad7016a099c4b809fba62f6e9a79b2169d Mon Sep 17 00:00:00 2001 From: Jess Telford Date: Thu, 5 Jun 2025 16:55:21 +1000 Subject: [PATCH] VSCode Copilot no longer writes out tokens --- aider/website/docs/llms/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/llms/github.md b/aider/website/docs/llms/github.md index 890194499..d71944501 100644 --- a/aider/website/docs/llms/github.md +++ b/aider/website/docs/llms/github.md @@ -45,7 +45,7 @@ Copy the `oauth_token` value – that string is your `OPENAI_API_KEY`. *Note:* tokens created by the Neovim **copilot.lua** plugin (old `hosts.json`) sometimes lack the needed scopes. If you see “access to this endpoint is forbidden”, regenerate the token with a -JetBrains IDE or the VS Code Copilot extension. +JetBrains IDE. ---