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

Fix adding selectedEntry to openedFiles #63

Closed Discookie closed 2 years ago

Discookie commented 2 years ago

When pressing Reload CodeChecker metadata many times, many instances of the currently opened report's file are getting added to the currently open files due to a pass-by-reference bug.

image