CodecheckerVSCodePlugin
CodecheckerVSCodePlugin copied to clipboard
Plugin fails to execute with a non existant configuration path generated by the extension
I do not know if using vscode profiles causes the issue. I used the extension for some time and never encountered this error.
My vscode is configured with profiles in order to have different extensions per task/project.
vscode version 1.104.2 plugin version 1.6.0
- I have a custom configuration in the folder .codechecker/codechecker_conf.yaml
- in the output I can see the following:
CodeChecker analyze --output /home/andrea/Workspace/Project/.codechecker/reports -j 4 --timeout 60 extension-output-codechecker.vscode-codechecker-\#2-CodeChecker --config .codechecker/codechecker_conf.yaml --analyzer-config clangsa\:mode\=shallow
As per image, config and paths I can found them in the command output, however is the extension-output that is really strange
extension-output-codechecker.vscode-codechecker-\#2-CodeChecker
and this is enforced by the error message:
CodeChecker analyze: error: argument input: File doesn't exist: /home/andrea/Workspace/Project/extension-output-codechecker.vscode-codechecker-#2-CodeChecker
Any idea about how to solve this situation?
Thanks!