Skip to content

Commit 3f264bd

Browse files
committed
Removed useless escapes
1 parent 50f5770 commit 3f264bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/runSettingsCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ export function registerRunSettingsCommands(context: vscode.ExtensionContext): v
621621
const extensionRunSettings = runSettingsRecord[extension];
622622
if (!extensionRunSettings) {
623623
await vscode.window.showErrorMessage(
624-
`No evaluated run settings found for extension \"${extension}\"`
624+
`No evaluated run settings found for extension "${extension}"`
625625
);
626626
return;
627627
}

0 commit comments

Comments
 (0)