Hi, as of VS Code 1.106 the extension creates a popup when any command fails, when any file is opened or run.
The extension seems to ignore the settings to disable notifications, and it similar ignores the feature to run an analysis on save.
The extension even bypasses Do Not Disturb Mode. The only workaround is to disable the extension entirely until it is needed.
The output from the extension shows it is trying to run on pretty much any event, like when a file is saved or opened:
CodeChecker parse /codechecker/reports -e json --file my_file.yml
>>> Process 'CodeChecker parse' errored: spawn CodeChecker **ENOENT**
