Skip to content

Overview view declared as tree type without TreeDataProvider #9

Description

@aadorian

Summary

The sidebar view opencode-walkthrough.overview is declared as type: "tree" in package.json, but extension.js never registers a TreeDataProvider for it. Only viewsWelcome content is used.

Registered Providers

  • opencode-walkthrough.agents
  • opencode-walkthrough.models
  • opencode-walkthrough.mcp
  • opencode-walkthrough.sessions
  • opencode-walkthrough.overview ✗ (missing)

Impact

Users may see an empty tree shell beneath welcome links, or unexpected tree chrome without dynamic content.

Suggested Fix

Either register an overview provider with useful content, or change the view type if VS Code supports a welcome-only view pattern.

Environment

Found during exploratory GUI/UX testing session (21/06/2026)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions