Skip to content

[BUG] vscode-plugin: hdl_checker-script.py is being executed after vscode-close -> overloads CPU #105

@ungultig1

Description

@ungultig1

Hi,

I am using the newest version of VsCode, hdl_checker-extension and hdl_checker-client. (Windows10)
As linter I use the ModelSim vcom.

It works good, while working on opened vscode and editing my vhdl-files.

Bug: As soon as I close vscode completely, the "hdl_checker-script.py" invokes on closing.
This script leads to aprox. 15% cpu-usage and cannot terminate itself anymore; of course not, as the hdl_checker-client terminates, when closing vscode also.

I have to close this process by myself.

I think, hdl_checker tries to do another fresh build, when closing vscode - thus starting the mentioned script:

image

The horrorible part is, after closing vscode, and opening vscode again, and repeating the steps above, another python-process starts, which invokes a further "hdl_checker-script.py".

Resulting into even more cpu-load.

Please, fix this behaviour.

Thx.
Greetings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions