mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-19 01:25:56 +02:00
6 lines
211 B
TypeScript
6 lines
211 B
TypeScript
export const CONTEXT = {
|
|
canInit: "frontMatterCanInit",
|
|
canOpenPreview: "frontMatterCanOpenPreview",
|
|
canOpenDashboard: "frontMatterCanOpenDashboard",
|
|
registeredFolders: 'frontMatter.registeredFolders'
|
|
}; |