We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883de3b commit 81b85b8Copy full SHA for 81b85b8
src/main/java/org/sonarsource/sonarlint/ls/CommandManager.java
@@ -122,7 +122,8 @@ public class CommandManager {
122
SONARLINT_OPEN_STANDALONE_RULE_DESCRIPTION_COMMAND,
123
SONARLINT_BROWSE_TAINT_VULNERABILITY,
124
SONARLINT_SHOW_TAINT_VULNERABILITY_FLOWS,
125
- SONARLINT_SUGGEST_FIX_COMMAND);
+ SONARLINT_SUGGEST_FIX_COMMAND,
126
+ SONARLINT_SUGGEST_TAINT_FIX_COMMAND);
127
// Client side
128
static final String SONARLINT_DEACTIVATE_RULE_COMMAND = "SonarLint.DeactivateRule";
129
static final String RESOLVE_ISSUE = "SonarLint.ResolveIssue";
0 commit comments