- 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>
Adds a new skill that helps users install and configure Language Server
Protocol servers for GitHub Copilot CLI. Includes:
- Interactive workflow: detect OS, install server, write config, verify
- Bundled reference with 14 languages (Java/jdtls, TypeScript, Python,
Go, Rust, C/C++, C#, Ruby, PHP, Kotlin, Swift, Lua, YAML, Bash)
- Per-OS install commands and ready-to-use lsp-config.json snippets
- Support for both user-level and repo-level configuration
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>