Skip to content

Files

Latest commit

 

History

History

vscode

Genotype language support

🚧 Work in progress

Development

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
    }
  }
}