From 6a83eaf4b385dacc62a82cf69f6a42ef95e3910e Mon Sep 17 00:00:00 2001 From: "N. V. Lang" Date: Sun, 30 Jun 2024 16:36:23 +0200 Subject: [PATCH] chore(vsc): prepare to publish vsc extension --- extras/vscode-extension/CHANGELOG.md | 2 +- extras/vscode-extension/package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/extras/vscode-extension/CHANGELOG.md b/extras/vscode-extension/CHANGELOG.md index c0190be..b14b63f 100644 --- a/extras/vscode-extension/CHANGELOG.md +++ b/extras/vscode-extension/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [1.0.0] - 2024-06-28 +## [1.0.0] - 2024-06-30 ### Added diff --git a/extras/vscode-extension/package.json b/extras/vscode-extension/package.json index c729871..c2a6ef6 100644 --- a/extras/vscode-extension/package.json +++ b/extras/vscode-extension/package.json @@ -56,7 +56,8 @@ "latex", "tikz" ], - "description": "Tags to use for TeX components. Case-insensitive. Note: tag names must match the regex `[a-zA-Z][-.:0-9_a-zA-Z]*`, otherwise they will be ignored." + "description": "Tags to use for TeX components. Case-insensitive.", + "markdownDescription": "Tags to use for TeX components. Case-insensitive. Note: tag names must match the regex `[a-zA-Z][-.:0-9_a-zA-Z]*`, otherwise they will be ignored." }, "sveltex.escapeTags": { "type": "array", @@ -64,7 +65,8 @@ "verb", "verbatim" ], - "description": "Tags to use for non-TeX verbatim components. Case-insensitive. Note: tag names must match the regex `[a-zA-Z][-.:0-9_a-zA-Z]*`, otherwise they will be ignored." + "description": "Tags to use for non-TeX verbatim components. Case-insensitive.", + "markdownDescription": "Tags to use for non-TeX verbatim components. Case-insensitive. Note: tag names must match the regex `[a-zA-Z][-.:0-9_a-zA-Z]*`, otherwise they will be ignored." } } },