Ericsson / CodecheckerVSCodePlugin

VSCode plugin that shows bugs detected by the Clang Static Analyzer and Clang Tidy analyzers using CodeChecker as a backend.
Apache License 2.0
24 stars 7 forks source link

The plugin should use normal vscode variable expansion #132

Open nolange opened 1 year ago

nolange commented 1 year ago

I tried the VScode plugin with this setting:

  "codechecker.backend.outputFolder": "/tmp/${workspaceFolderBasename}/_build/.codechecker"

Turns out there is no "normal" variable expansion, like described here.

In combination with other plugins, full support could re-use existing vairbales (like ${command:cmake.buildDirectory})