Skip to content

Commit f1a9a54

Browse files
inesgomasCopilot
andauthored
Update src/views/IssueDetailsProvider.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b7b9ae4 commit f1a9a54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/IssueDetailsProvider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ export const disableCliPatternCommand = async (
120120
const toolUuid = tools.data.find((tool) => tool.name === issue?.tool)?.uuid
121121

122122
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.')
123+
vscode.window.showErrorMessage('Unable to disable pattern: missing tool or rule information.')
124+
Logger.error('Unable to disable pattern: missing tool or rule information.')
125125
return
126126
}
127127

0 commit comments

Comments
 (0)