mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-08 14:24:39 +02:00
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
|
|
|
|
export const CONTEXT = {
|
|
canInit: "frontMatterCanInit",
|
|
registeredFolders: 'frontMatter.registeredFolders'
|
|
}; |