home.social

#vhdl_ls — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #vhdl_ls, aggregated by home.social.

  1. If you happen to like @kde s #Kate #Editor an want to use #vhdl_ls 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.