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
exportconstlaunchJsonConfigurationsCompletionDescription=localize('debug.launchJsonConfigurationsCompletionDescription','Select a debug configuration');
@@ -171,11 +171,11 @@ export class TestResultDisplay implements ITestResultDisplay {
171
171
}
172
172
173
173
if(!haveTests&&!quietMode){
174
-
this.appShell.showInformationMessage('No tests discovered, please check the configuration settings for the tests.',UnitTests.disableTests(),UnitTests.configureTests()).then(item=>{
175
-
if(item===UnitTests.disableTests()){
174
+
this.appShell.showInformationMessage('No tests discovered, please check the configuration settings for the tests.',Testing.disableTests(),Testing.configureTests()).then(item=>{
0 commit comments