Skip to content

Commit a2991bd

Browse files
committed
Fix formatting.
1 parent 3b91323 commit a2991bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Extension/src/Debugger/configurationProvider.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,10 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
584584

585585
private showErrorIfClNotAvailable(_configurationLabel: string): boolean {
586586
if (!process.env.DevEnvDir || process.env.DevEnvDir.length === 0) {
587-
void vscode.window.showErrorMessage(localize({ key: "cl.exe.not.available",
588-
comment: ["{0} is a command option in a menu. {1} is the product name \"Developer Command Prompt for VS\"."] },
587+
void vscode.window.showErrorMessage(localize({
588+
key: "cl.exe.not.available",
589+
comment: ["{0} is a command option in a menu. {1} is the product name \"Developer Command Prompt for VS\"."]
590+
},
589591
"{0} is only usable when VS Code is run from the {1}.", `cl.exe ${this.buildAndDebugActiveFileStr()}`, "Developer Command Prompt for VS"));
590592
return true;
591593
}

0 commit comments

Comments
 (0)