Follow

If you happen to like @kde s an want to use LSP, here's a configuration snipped for you:

```
{
"servers": {
"vhdl": {
"command": ["vhdl_ls"],
"url": "github.com/VHDL-LS/rust_hdl",
"highlightingModeRegex": "^VHDL$",
"rootIndicationFileNames": ["vhdl_ls.toml"]
}
}
}
```

The `rootIndicationFileNames` property did the trick for me. Before it would not care to check the project-local `vhdl_ls.toml` file.

If you wonder why the heck anyone would do VHDL to themselves: Lucky you, you're beautiful.

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.