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

Deduplicate scheduled tasks based on command line #95

Closed Discookie closed 2 years ago

Discookie commented 2 years ago

Fixes #73.

Currently uses the full serialized commandline for the source of deduplication, and kills for the currently running task when it's the same.