Skip to content

Commit 81b85b8

Browse files
Add Taint fix suggestion command to server-side commands
1 parent 883de3b commit 81b85b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/sonarsource/sonarlint/ls/CommandManager.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ public class CommandManager {
122122
SONARLINT_OPEN_STANDALONE_RULE_DESCRIPTION_COMMAND,
123123
SONARLINT_BROWSE_TAINT_VULNERABILITY,
124124
SONARLINT_SHOW_TAINT_VULNERABILITY_FLOWS,
125-
SONARLINT_SUGGEST_FIX_COMMAND);
125+
SONARLINT_SUGGEST_FIX_COMMAND,
126+
SONARLINT_SUGGEST_TAINT_FIX_COMMAND);
126127
// Client side
127128
static final String SONARLINT_DEACTIVATE_RULE_COMMAND = "SonarLint.DeactivateRule";
128129
static final String RESOLVE_ISSUE = "SonarLint.ResolveIssue";

0 commit comments

Comments
 (0)