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

Reload language server when hdl-prj.json file changes #9

Open
eine opened this issue Jul 12, 2019 · 0 comments
Open

Reload language server when hdl-prj.json file changes #9

eine opened this issue Jul 12, 2019 · 0 comments

Comments

@eine
Copy link
Contributor

eine commented Jul 12, 2019

Related to #4 and #5.

Reproduction steps:

  • An hdl-prj.json is provided which contains paths to non-existing files.
  • A message is shown for each not found file, which is correct.
  • The hdl-prj.json is opened in VSC and it is fixed.
  • Nothing happens.

See #4 (comment) for examples of valid and invalid hdl-prj.json files for VUnit's array_axis_vcs example.

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

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

1 participant