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 b7b9ae4 commit f1a9a54Copy full SHA for f1a9a54
1 file changed
src/views/IssueDetailsProvider.ts
@@ -120,8 +120,8 @@ export const disableCliPatternCommand = async (
120
const toolUuid = tools.data.find((tool) => tool.name === issue?.tool)?.uuid
121
122
if (!issue || !issue.rule || !toolUuid) {
123
- vscode.window.showErrorMessage('Unable to show issue details: missing tool or rule information.')
124
- Logger.error('Unable to show issue details: missing tool or rule information.')
+ vscode.window.showErrorMessage('Unable to disable pattern: missing tool or rule information.')
+ Logger.error('Unable to disable pattern: missing tool or rule information.')
125
return
126
}
127
0 commit comments