Mark Brett
Mark Brett
I could potentially work on this (perhaps slowly!) if @Schottkyc137 is in favour of it.
I noticed an exiting PR, VHDL-LS/rust_hdl_vscode#89, that could be an alternative way of doing this too. It has support for "latest" or a defined version, but could also have support...
I believe in the new release of WinGet an portable executable inside a zip file is now supported. I can submit a request to the WinGet community repo. I'm unclear...
The recommendation from the project gitter channel was to use UCRT64. There are different capabilities in the different packages.
Good point. I actually thought this would be an issue, but the person who made the `winget` manifest didn't follow my instructions and I didn't check properly. I understand how...
@ecstrema I fixed the library problem with v4.1.0. I've also just added v5.0.1. The identifier has changed to `ghdl.ghdl.ucrt64.mcode`, so you might need to uninstall and reinstall rather than just...
The format is organisation.application.specifics - for open source software without a company behind it it's common to have the name twice (Python, WinMerge, InkScape, Cppcheck). I requested the package, but...
My bad for not asking about the names first. Perhaps the first step would be to change the package names in the GHDL GitHub Releases folder to be similar to...
There are details of the configuration required in the README - https://github.com/VHDL-LS/rust_hdl?tab=readme-ov-file#configuration
I don't think that `rootURI` is part of `vhdl_ls`. It looks like this error is coming from neovim. There's an example of a working output trace in #142. There's also...