Merge branch 'dev' into issue/598

This commit is contained in:
Elio Struyf
2023-07-25 21:51:02 -04:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@
- [#593](https://github.com/estruyf/vscode-front-matter/issues/593): Add support for date formatting in the preview path
- [#599](https://github.com/estruyf/vscode-front-matter/issues/599): Add a placeholder when the base panel view is empty
- [#602](https://github.com/estruyf/vscode-front-matter/issues/602): Find content outside the Front Matter workspace folder
- [#611](https://github.com/estruyf/vscode-front-matter/issues/611): Fix typo in the `frontMatter.global.disabledNotifications` setting
### ⚡️ Optimizations
+1 -1
View File
@@ -924,7 +924,7 @@
"markdownDescription": "%setting.frontMatter.global.notifications.markdownDescription%",
"scope": "Templates"
},
"frontMatter.global.disabledNotificaitons": {
"frontMatter.global.disabledNotifications": {
"type": "array",
"default": [],
"markdownDescription": "%setting.frontMatter.global.disabledNotificaitons.markdownDescription%",