Skip to content

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

@eine

Description

@eine

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions