cl-cookbook icon indicating copy to clipboard operation
cl-cookbook copied to clipboard

Alive-LSP integrations are out-of-date

Open nickelpro opened this issue 9 months ago • 0 comments

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)"
]

nickelpro avatar Feb 23 '25 02:02 nickelpro