Skip to content

Commit

Permalink
removed unnecessary suppressed CPP run configuration producer
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFrosch committed Dec 8, 2024
1 parent afca21f commit db2519d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ public class NonBlazeProducerSuppressor implements StartupActivity.DumbAware {

// Gutter icons in CMake files.
"com.jetbrains.cidr.cpp.execution.CMakeTargetRunConfigurationProducer",
"com.jetbrains.cidr.cpp.execution.debugger.CMakeRunConfigurationProducer",

// Gutter icons that sometimes appear in `cpp` files with a `main` function.
"com.jetbrains.cidr.cpp.runfile.CppFileTargetRunConfigurationProducer"
"com.jetbrains.cidr.cpp.execution.debugger.CMakeRunConfigurationProducer"
);

@Override
Expand Down

0 comments on commit db2519d

Please sign in to comment.