This commit is contained in:
Elio Struyf
2021-08-16 12:30:17 +02:00
parent 6e82cf221e
commit 486beaf650
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vscode-front-matter",
"version": "2.3.0",
"version": "2.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+7 -5
View File
@@ -3,7 +3,7 @@
"displayName": "Front Matter",
"description": "Simplifies working with front matter of your articles. Useful extension when you are using a static site generator like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...",
"icon": "assets/front-matter.png",
"version": "2.3.0",
"version": "2.4.0",
"preview": false,
"publisher": "eliostruyf",
"galleryBanner": {
@@ -317,10 +317,12 @@
"when": "false"
}
],
"view/title": [{
"command": "frontMatter.collapseSections",
"group": "navigation"
}]
"view/title": [
{
"command": "frontMatter.collapseSections",
"group": "navigation"
}
]
},
"grammars": [
{