Files
vscode-front-matter/src/constants/context.ts
T
2021-08-24 21:01:58 +02:00

6 lines
211 B
TypeScript

export const CONTEXT = {
canInit: "frontMatterCanInit",
canOpenPreview: "frontMatterCanOpenPreview",
canOpenDashboard: "frontMatterCanOpenDashboard",
registeredFolders: 'frontMatter.registeredFolders'
};