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
returnProgress.execFunctionWithProgress(`Starting debugger session for the component '${component.getName()}'.`,()=>Component.startDebugger(component));
625
+
if(component.compType===ComponentType.LOCAL){
626
+
returnProgress.execFunctionWithProgress(`Starting debugger session for the component '${component.getName()}'.`,()=>Component.startDebugger(component));
thrownewVsCommandError(`You are trying to run Debug on a ${component.compType} component, which is NOT supported. Debug Command is only supported for Local components.`);
0 commit comments