Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Global vscode-kanban.json and multiple sources #56

@MyNameIsFu

Description

@MyNameIsFu

As i'm switching between a few projects with shared todos it would be helpful to have a globally defined kanban workspace.

For now i have hardcoded workspaces.js line 54
from
return vscode.Uri.file(Path.resolve(Path.join(this.folder.uri.fsPath, '.vscode/' + BOARD_FILENAME)));
to
vscode.Uri.file("<Some hardcoded Path>" + BOARD_FILENAME);

Maybe as a future idea: Make multiple sources available? Global + project-specific kanban?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions