CodecheckerVSCodePlugin icon indicating copy to clipboard operation
CodecheckerVSCodePlugin copied to clipboard

The plugin should use normal vscode variable expansion

Open nolange opened this issue 2 years ago • 0 comments

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})

nolange avatar Sep 29 '23 11:09 nolange