You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to support a project configuration file instead of to search in the workspace. Similar to other HDL LS. For example: https://github.com/VHDL-LS/rust_hdl_vscode
# File names are either absolute or relative to the parent folder of the
# vhdl_ls.toml file and supports glob-style patterns.
[libraries]
lib2.files = [
'pkg2.vhd',
'src/**/*.vhd',
]
lib1.files = [
'pkg1.vhd',
'tb_ent.vhd',
]
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion.
What benefits does this approach offer? Even if a project config file was supported, a workspace specific file would still be needed to point to such a configuration file.
It would be nice to support a project configuration file instead of to search in the workspace. Similar to other HDL LS. For example: https://github.com/VHDL-LS/rust_hdl_vscode
The text was updated successfully, but these errors were encountered: