Merge branch 'dev' of github.com:estruyf/vscode-front-matter into dev

This commit is contained in:
Elio Struyf
2021-09-09 18:36:51 +02:00
5 changed files with 16 additions and 26 deletions
+1 -1
View File
@@ -335,7 +335,7 @@
},
{
"command": "frontMatter.unregisterFolder",
"when": "explorerResourceIsFolder && resourcePath in frontMatter.registeredFolders",
"when": "explorerResourceIsFolder",
"group": "Front Matter@3"
}
],