Skip to content

Plugin fails to execute with a non existant configuration path generated by the extension #160

@andyinno

Description

@andyinno

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

Image

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!

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