Skip to content

Custom icon/color per bookmark folder #50

Description

@Wikid82

Problem

Every `FolderGroupItem` renders with the same generic `ThemeIcon('folder')` (`extension.ts`). When a workspace has several bookmark folders (e.g. "Backend", "In Review", "TODO" — the README's own examples), they're only distinguishable by name/position, not at a glance.

Proposal

Let users assign a `vscode.ThemeIcon` id and/or `ThemeColor` to a folder (a quick-pick of common codicons, similar to how VS Code's own "Bookmarks" or file-nesting features let you pick icons), stored as optional fields on `BookmarkFolder` and applied in `FolderGroupItem`'s constructor.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions