dev icon indicating copy to clipboard operation
dev copied to clipboard

Add empty state for "Projects" panel in VS Code extension

Open marko-hologram opened this issue 2 years ago • 1 comments

Issue

Currently, "Projects" panel inside the VS Code extension is fully empty if no projects are configured inside the workspace. "Last run" tab in comparison has empty state with a description describing that state and what to do.

image

With that "Projects" panel being empty like that, it seems like it's just broken. This is not a bug because I really don't have any projects defined in this workspace, but still it looks weird.

Potential solution

Maybe adding a some text like "No projects found in workspace. Learn how to set up projects --link to docs--" so that extension can point to docs and give some info why it's empty.

marko-hologram avatar Mar 15 '23 11:03 marko-hologram

Good callout, is easy enough to add.

milesj avatar Mar 15 '23 16:03 milesj