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
Please add support for multiple projects in one VScode workspace.
Right now I work with a workspace with multiple independent VHDL source trees.
I put a vhdl_ls.toml in each project folder, but only one seems to be active.
Also when opening files with the same declarations from other source trees I get "A primary unit has already been declared with name 'xxx' in library 'xxx'" or "Duplicate package body of package 'xxx'" error messages.
So what I would like is to have separate namespaces for each source tree so I can work on multiple source trees simultaneously without them interfering with eachother.
The text was updated successfully, but these errors were encountered:
H-Sachse
changed the title
support for multiple projects in one workspace
[Feature Request] support for multiple projects in one workspace
Aug 13, 2024
Please add support for multiple projects in one VScode workspace.
Right now I work with a workspace with multiple independent VHDL source trees.
I put a vhdl_ls.toml in each project folder, but only one seems to be active.
Also when opening files with the same declarations from other source trees I get "A primary unit has already been declared with name 'xxx' in library 'xxx'" or "Duplicate package body of package 'xxx'" error messages.
So what I would like is to have separate namespaces for each source tree so I can work on multiple source trees simultaneously without them interfering with eachother.
The text was updated successfully, but these errors were encountered: