Closed GiladShoham closed 1 year ago
@GiladShoham , I started implementing it in capsule-cmd-isolator
branch. But there is an issue.
How do I get the scope path from the component-host? If my host is the workspace, how to do I get the scope instance?
@davidfirst you can just use host.path to get it. if it's a workspace, why do you need the scope, it's like now? also you can get it from the workspace.scope
This is now implemented.
I want to see capsules created for bare scopes using the capsule list command. I think we should move the capsule commands out of the workspace into the isolator. And use the component host instead of workspace directly.