mayank1513/vscode-extension-trello-kanban-board

View on GitHub
extension/constants.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const scopes = ["Workspace", "Global"] as const;
export type ScopeType = (typeof scopes)[number];
export const prefix = "mayank1513.trello-kanban.";
export const IGNORED = "--ignored--";