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

vhdl_ls.toml not working with soft link in workspace root directory path #18

Closed
exe1099 opened this issue May 9, 2020 · 2 comments
Closed

Comments

@exe1099
Copy link

exe1099 commented May 9, 2020

Create a directory containing top.vhd and vhdl_ls.toml with

[libraries]
work.files = [
'./*.vhd',
]

Create a soft link to that directory, open it in vscode. Opening top.vhdl results in

[Info  - 7:57:12 PM] Opening file .../Linked/top.vhd that is not part of the projec

while opening the file via the original directory doesn't throw any error.

@Bochlin
Copy link
Member

Bochlin commented May 22, 2020

This is a function of the language server. Would you mind posting it at https://github.com/kraigher/rust_hdl/issues?

This issue can be kept open until resolved in the language server.

@kraigher
Copy link
Member

This could potentially be fixed now by VHDL-LS/rust_hdl#115. Try the latest release.

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

3 participants