Skip to content

Alive-LSP integrations are out-of-date #569

@nickelpro

Description

@nickelpro

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions