VHDL-LS / rust_hdl_vscode

VHDL Language Support for VSCode
MIT License
53 stars 17 forks source link

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

Closed exe1099 closed 1 year ago

exe1099 commented 4 years ago

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 commented 4 years ago

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 commented 1 year ago

This could potentially be fixed now by https://github.com/VHDL-LS/rust_hdl/issues/115. Try the latest release.