From 1168a39abaed3558ac5b65ac55145721976e37a3 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Tue, 14 Apr 2026 10:46:00 -0400 Subject: [PATCH] Revise LSP verification instructions Updated verification steps for LSP setup in SKILL.md. --- skills/lsp-setup/SKILL.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/skills/lsp-setup/SKILL.md b/skills/lsp-setup/SKILL.md index 3a0a5159..b2a61383 100644 --- a/skills/lsp-setup/SKILL.md +++ b/skills/lsp-setup/SKILL.md @@ -64,7 +64,5 @@ The JSON structure: After setup, tell the user: -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 +1. Type `/lsp reload` to reload the LSP configuration files — this is **required** +2. Try asking code intelligence related questions such as references to a particular method in an API