From 9d8c98ea512809c53df1f156d079622225369048 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Thu, 9 Apr 2026 14:54:51 -0400 Subject: [PATCH] Instruct user to /exit and restart after LSP setup LSP servers are only loaded on Copilot CLI startup, so the user must exit and re-launch for the new configuration to take effect. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- skills/lsp-setup/SKILL.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/skills/lsp-setup/SKILL.md b/skills/lsp-setup/SKILL.md index 41331d6a..3a0a5159 100644 --- a/skills/lsp-setup/SKILL.md +++ b/skills/lsp-setup/SKILL.md @@ -64,6 +64,7 @@ The JSON structure: After setup, tell the user: -1. Launch `copilot` in a project with files of the configured language -2. Run `/lsp` to check the server status -3. Try code intelligence features like go-to-definition or hover +1. Type `/exit` to quit Copilot CLI — this is **required** so the new LSP configuration is loaded on next launch +2. Re-launch `copilot` in a project with files of the configured language +3. Run `/lsp` to check the server status +4. Try code intelligence features like go-to-definition or hover