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
accessor.get(IMessageService).show(severity.Info,nls.localize('noFolderDebugConfig',"Please first open a folder in order to do advanced debug configuration."));
@@ -719,7 +719,7 @@ export class DebugService implements debug.IDebugService {
719
719
});
720
720
});
721
721
},err=>{
722
-
if(!this.contextService.getWorkspace()){
722
+
if(!this.contextService.hasWorkspace()){
723
723
returnthis.messageService.show(severity.Error,nls.localize('noFolderWorkspaceDebugError',"The active file can not be debugged. Make sure it is saved on disk and that you have a debug extension installed for that file type."));
724
724
}
725
725
@@ -803,7 +803,7 @@ export class DebugService implements debug.IDebugService {
0 commit comments