Skip to content

Commit d3bcb0b

Browse files
committed
Adjust formatting.
1 parent 3ee9bb4 commit d3bcb0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Extension/src/Debugger/configurationProvider.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,7 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
587587
void vscode.window.showErrorMessage(localize({
588588
key: "cl.exe.not.available",
589589
comment: ["{0} is a command option in a menu. {1} is the product name \"Developer Command Prompt for VS\"."]
590-
},
591-
"{0} is only usable when VS Code is run from the {1}.", `cl.exe ${this.buildAndDebugActiveFileStr()}`, "Developer Command Prompt for VS"));
590+
}, "{0} is only usable when VS Code is run from the {1}.", `cl.exe ${this.buildAndDebugActiveFileStr()}`, "Developer Command Prompt for VS"));
592591
return true;
593592
}
594593
return false;

0 commit comments

Comments
 (0)