Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ebc31b

Browse files
fix warning if cl.exe is not available (microsoft#8835)
1 parent4ea422f commit2ebc31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Extension/src/Debugger/configurationProvider.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ export async function buildAndDebug(textEditor: vscode.TextEditor, cppVsDbgProvi
737737
Telemetry.logDebuggerEvent("launchPlayButton",{"type":eventType,"mode":mode,"cancelled":"true"});
738738
return;// User canceled it.
739739
}
740-
if(selection.label.startsWith("cl.exe")){
740+
if(selection.label.startsWith("C/C++:cl.exe")){
741741
if(!process.env.DevEnvDir||process.env.DevEnvDir.length===0){
742742
vscode.window.showErrorMessage(localize("cl.exe.not.available",'{0} build and debug is only usable when VS Code is run from the Developer Command Prompt for VS.',"cl.exe"));
743743
return;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp