Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project configuration file #31

Open
qarlosalberto opened this issue Jun 23, 2022 · 3 comments
Open

Project configuration file #31

qarlosalberto opened this issue Jun 23, 2022 · 3 comments

Comments

@qarlosalberto
Copy link

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',
]
@kkanhere
Copy link
Collaborator

kkanhere commented Jul 1, 2022

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.

@qarlosalberto
Copy link
Author

@kkanhere could you send me a email to carlosruiznaranjo@gmail.com or we can chat in Gitter. I would like to discuss about this and other stuffs.

@qarlosalberto
Copy link
Author

I would like to talk about a possible integration in TerosHDL (https://terostechnology.github.io/terosHDLdoc/index.html)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants