Mark Brett
Mark Brett
I'm getting the same issue. The error is thrown every time my cursor passes over the tree view panel. I've tried reloading and disable-enable the package. Atom 1.7.2 on Windows...
@SethGower @pidgeon777 is there a way to create an extension or similar to package this solution up in NeoVim? If not I'd suggest we add this solution to the getting...
The VSCode extension downloads the executable from the [releases section](https://github.com/VHDL-LS/rust_hdl/releases) of this repo. See [getLatestServerVersion()](https://github.com/VHDL-LS/rust_hdl_vscode/blob/8e7f668670d1f262049eff76c46a50b703cd3920/client/src/extension.ts#L285) Would the same thing work for you?
I think this may come up again and again with this change. Might it be a good idea to issue a specific error message when the `vhdl_ls.toml` contains a library...
This is also related to #291, as this setting is likely to be different for first and third party libraries.
Thinking about this further, another potential solution would be to have another severity level which could be set error-by-error which would be a warning for first party libraries, but ignored...
See #141. VHDL-LS only allows for time units separated by a space, which seems to match the VHDL-2008 standard. Some tools allow the space to be omitted. `wait for 10...
This may be related to this, which appeared around the same time: microsoft/vscode#232396
This was discussed in #40, but only include was added. It would be great to have an exclude list too, especially for Vunit!
Given how few changes there have been to the VSCode extension, I think it would be simpler to use the same extension, but to have an additional option in the...