-
-
Notifications
You must be signed in to change notification settings - Fork 150
Open
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)"
]