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

[Feature Request] support for multiple projects in one workspace #341

Open
H-Sachse opened this issue Aug 13, 2024 · 1 comment
Open

[Feature Request] support for multiple projects in one workspace #341

H-Sachse opened this issue Aug 13, 2024 · 1 comment
Labels
enhancement New feature or request language server Relates to the language server

Comments

@H-Sachse
Copy link

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.

@H-Sachse H-Sachse changed the title support for multiple projects in one workspace [Feature Request] support for multiple projects in one workspace Aug 13, 2024
@Schottkyc137 Schottkyc137 transferred this issue from VHDL-LS/rust_hdl_vscode Aug 30, 2024
@Schottkyc137
Copy link
Contributor

Schottkyc137 commented Aug 30, 2024

I think this is the more appropriate appropriate place. The missing LSP capability should be Workspace Folders

@Schottkyc137 Schottkyc137 added enhancement New feature or request language server Relates to the language server labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request language server Relates to the language server
Projects
None yet
Development

No branches or pull requests

2 participants