LispCookbook / LispCookbook/cl-cookbook

Alive-LSP integrations are out-of-date

Open
#569 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue pull request accepted
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.