VHDL-LS / rust_hdl_vscode

VHDL Language Support for VSCode
MIT License
50 stars 17 forks source link

[FEATURE REQUEST] Path to vhdl_ls.toml defined in VSCode workspace settings.json #79

Open TroySharples opened 9 months ago

TroySharples commented 9 months ago

It would be great if the location of the vhdl_ls.toml file was customisable from the VSCode workspace settings.json. For example:

{
    "vhdlls.toml_path": "/path/to/vhdl_ls.toml"
}