🚧 Work in progress
To run the LSP server in the debug mode, add this to your VS Code settings:
{
"genotype.server.executable": {
"command": "cargo watch --quiet -x \"run --quiet\"",
"options": {
"cwd": "/ABSOLUTE/PATH/TO/genotype/lsp",
"shell": true
}
}
}