This commit is contained in:
Elio Struyf
2021-08-27 12:32:09 +02:00
parent 95ae50c24e
commit 0ef0fbc3f9
2 changed files with 6 additions and 3 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "vscode-front-matter",
"version": "2.5.1",
"version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -3,7 +3,7 @@
"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...",
"icon": "assets/frontmatter-128x128.png",
"version": "2.5.1",
"version": "3.0.0",
"preview": false,
"publisher": "eliostruyf",
"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."
},
"frontMatter.dashboard.openOnStart": {
"type": ["boolean", "null"],
"type": [
"boolean",
"null"
],
"default": null,
"description": "Specify if you want to open the dashboard when you start VS Code."
},