You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constprofileSuffix=profile ? ` with ${profile} as the default terminal` : '';
171
+
constprofileSuffix=profile ? ` with ${profile} as the default terminal` : consoleCase.consoleMode==='integratedTerminal' ? ' with default terminal' : '';
168
172
test(`No-debug launch via ${consoleCase.label} handles ${programCase.label}${profileSuffix}`,async()=>{
0 commit comments