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
check that workspace/buildTargets is correctly returning targets
trigger a long compilation with buildTarget/compile
as soon as the compilation starts, try to run workspace/buildTargets again and observe that it does not return results until the compilation is done
My expectation is that something like workspace/buildTargets should not be affected by the outcome of the compilation, so should always be able to run.