diff --git a/doc/copilot.txt b/doc/copilot.txt index 0600ffc3..8b267282 100644 --- a/doc/copilot.txt +++ b/doc/copilot.txt @@ -1,4 +1,5 @@ -*copilot.txt*Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot +*copilot.txt* Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot + For NVIM v0.11.0 Last change: 11 June, 2026 ============================================================================== 1. copilot.lua *copilot-copilot.lua* @@ -97,16 +98,16 @@ To sign in with a different account: :Copilot auth signin < -To view your current authentication token information: +To view your current authentication status: > :Copilot auth info < -Credentials are stored in: - **Linux/macOS:** -`~/.config/github-copilot/apps.json` (or -`$XDG_CONFIG_HOME/github-copilot/apps.json`) - **Windows:** -`~/AppData/Local/github-copilot/apps.json` +Credentials are stored by the Copilot Language Server in: - **Linux/macOS:** +`~/.config/github-copilot/auth.db` (or +`$XDG_CONFIG_HOME/github-copilot/auth.db`) - **Windows:** +`~/AppData/Local/github-copilot/auth.db` AUTHENTICATION WITH ALTERNATE GITHUB INSTANCES