From d84922a2e5ed6de8cf7015a5c118c0c2cc93252f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= <97544407+michael-mue@users.noreply.github.com> Date: Thu, 7 Aug 2025 09:26:43 +0200 Subject: [PATCH] Rename hosts.json to apps.json for Copilot secret configuration --- lua/gp/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gp/config.lua b/lua/gp/config.lua index 1924e43..43cf729 100644 --- a/lua/gp/config.lua +++ b/lua/gp/config.lua @@ -44,7 +44,7 @@ local config = { secret = { "bash", "-c", - "cat ~/.config/github-copilot/hosts.json | sed -e 's/.*oauth_token...//;s/\".*//'", + "cat ~/.config/github-copilot/apps.json | sed -e 's/.*oauth_token...//;s/\".*//'", }, }, ollama = {