Address review: clarify config filenames and snippet format

- Update SKILL.md description to mention both config paths (user-level
  and repo-level) instead of only lsp-config.json
- Clarify workflow step 6 with explicit file paths
- Add note in references/lsp-servers.md explaining snippets are objects
  to insert under the lspServers key
- Regenerate docs/README.skills.md with updated description

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Bruno Borges
2026-04-02 15:35:07 -04:00
parent c6590f51ca
commit 9c7639427c
3 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
Reference data for the `lsp-setup` skill. Each section contains install commands per OS and a ready-to-use config snippet.
> **Config snippet format**: Each snippet below shows the object to insert as a value under the top-level `lspServers` key. A complete config file looks like: `{ "lspServers": { <snippet here> } }`. When adding multiple languages, merge their snippets as sibling keys under `lspServers`.
---
## TypeScript / JavaScript