LispCookbook / LispCookbook/cl-cookbook
Alive-LSP integrations are out-of-date
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 158
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 2
Description
When discussing how to use the Alive extension for VS Code, there is various discussion about how to set the start command for various project managers. These are all out-of-date, as Alive no longer uses swank.
An example of what the start command should look like now, if using Roswell as the project manager:
"alive.lsp.startCommand": [
"ros",
"run",
"--require",
"alive-lsp",
"-e",
"(alive/server:start)"
]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the cookbook's documentation covering Alive-LSP, VS Code, and project-manager integrations, then find the examples that still reference swank. Update those examples to use the current alive/server:start command pattern, including the Roswell example from the issue, and verify that the documented start commands are consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100