We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2880015 commit ee68db9Copy full SHA for ee68db9
lua/gp/config.lua
@@ -44,7 +44,7 @@ local config = {
44
secret = {
45
"bash",
46
"-c",
47
- "cat ~/.config/github-copilot/hosts.json | sed -e 's/.*oauth_token...//;s/\".*//'",
+ "cat ~/.config/github-copilot/apps.json | sed -e 's/.*oauth_token...//;s/\".*//'",
48
},
49
50
ollama = {
0 commit comments