diff --git a/.vscode/settings.json b/.vscode/settings.json index 0d55a33..9e2cf6a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,6 @@ "search.exclude": { "out": true }, - "typescript.tsc.autoDetect": "off" + "typescript.tsc.autoDetect": "off", + "cSpell.words": ["biomejs", "textlint"] } diff --git a/package.json b/package.json index 27f4703..114e8b7 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,12 @@ }, "icon": "icon.png", "engines": { - "vscode": "^1.89.0" + "vscode": "^1.90.0" }, "main": "./out/extension.js", - "activationEvents": ["onLanguage:markdown"], + "activationEvents": [ + "onLanguage:markdown" + ], "contributes": { "configuration": { "title": "Markdown Wiki", @@ -47,12 +49,16 @@ { "scopeName": "markdown.wiki.link", "path": "./grammar/link.json", - "injectTo": ["text.html.markdown"] + "injectTo": [ + "text.html.markdown" + ] }, { "scopeName": "markdown.wiki.note", "path": "./grammar/note.json", - "injectTo": ["text.html.markdown"] + "injectTo": [ + "text.html.markdown" + ] } ], "customEditors": [