We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #4 and #5.
Reproduction steps:
hdl-prj.json
See #4 (comment) for examples of valid and invalid hdl-prj.json files for VUnit's array_axis_vcs example.
array_axis_vcs
I would expect hdl-prj.json to be reloaded (parsed again) after it is saved.
Unfortunately, VSC does not provide a 'reload language server' feature. It needs to be implemented in the extension. See microsoft/vscode#76405
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to #4 and #5.
Reproduction steps:
hdl-prj.json
is provided which contains paths to non-existing files.hdl-prj.json
is opened in VSC and it is fixed.I would expect
hdl-prj.json
to be reloaded (parsed again) after it is saved.Unfortunately, VSC does not provide a 'reload language server' feature. It needs to be implemented in the extension. See microsoft/vscode#76405
The text was updated successfully, but these errors were encountered: