Skip to content

Commit 43f3fd9

Browse files
committed
Update comment
1 parent 1486306 commit 43f3fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug/validatePreDebug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export async function preDebugValidate(actionContext: IActionContext, debugConfi
4141
let shouldContinue: boolean;
4242
context.telemetry.properties.debugType = debugConfig.type;
4343

44-
// If one of the `preLaunchTasks` already handles starting emulators, we should skip the pre-validate prompts and setup for them
44+
// If one of the `preLaunchTasks` already handles starting emulators, assume we can skip our pre-validate setup for them
4545
const preLaunchTaskName: string | undefined = debugConfig.preLaunchTask;
4646
const preLaunchTaskChain: string[] = preLaunchTaskName ? getPreLaunchTaskChain(workspace, preLaunchTaskName) : [];
4747
const hasEmulatorTask: boolean = preLaunchTaskChain.some(label => emulatorTaskRegExp.test(label));

0 commit comments

Comments
 (0)