Skip to content

Commit 9d8c98e

Browse files
brunoborgesCopilot
andcommitted
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>
1 parent 7e12d61 commit 9d8c98e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

skills/lsp-setup/SKILL.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ The JSON structure:
6464

6565
After setup, tell the user:
6666

67-
1. Launch `copilot` in a project with files of the configured language
68-
2. Run `/lsp` to check the server status
69-
3. Try code intelligence features like go-to-definition or hover
67+
1. Type `/exit` to quit Copilot CLI — this is **required** so the new LSP configuration is loaded on next launch
68+
2. Re-launch `copilot` in a project with files of the configured language
69+
3. Run `/lsp` to check the server status
70+
4. Try code intelligence features like go-to-definition or hover

0 commit comments

Comments
 (0)