mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-10 19:03:17 +02:00
3.0.0
This commit is contained in:
Generated
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vscode-front-matter",
|
"name": "vscode-front-matter",
|
||||||
"version": "2.5.1",
|
"version": "3.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+5
-2
@@ -3,7 +3,7 @@
|
|||||||
"displayName": "Front Matter",
|
"displayName": "Front Matter",
|
||||||
"description": "An essential Visual Studio Code extension when you want to manage the markdown pages of your static site like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...",
|
"description": "An essential Visual Studio Code extension when you want to manage the markdown pages of your static site like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...",
|
||||||
"icon": "assets/frontmatter-128x128.png",
|
"icon": "assets/frontmatter-128x128.png",
|
||||||
"version": "2.5.1",
|
"version": "3.0.0",
|
||||||
"preview": false,
|
"preview": false,
|
||||||
"publisher": "eliostruyf",
|
"publisher": "eliostruyf",
|
||||||
"galleryBanner": {
|
"galleryBanner": {
|
||||||
@@ -111,7 +111,10 @@
|
|||||||
"markdownDescription": "Specify the path to a Node.js script to execute. The current file path will be provided as an argument."
|
"markdownDescription": "Specify the path to a Node.js script to execute. The current file path will be provided as an argument."
|
||||||
},
|
},
|
||||||
"frontMatter.dashboard.openOnStart": {
|
"frontMatter.dashboard.openOnStart": {
|
||||||
"type": ["boolean", "null"],
|
"type": [
|
||||||
|
"boolean",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
"default": null,
|
"default": null,
|
||||||
"description": "Specify if you want to open the dashboard when you start VS Code."
|
"description": "Specify if you want to open the dashboard when you start VS Code."
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user