asciidoctor.asciidoctor-vscode: 3.4.2 -> 3.4.5
This commit is contained in:
+8
-10
@@ -1,13 +1,11 @@
|
||||
diff --git a/package.json b/package.json
|
||||
index 7ab70e8..2ebe541 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -437,7 +437,7 @@
|
||||
},
|
||||
"asciidoc.asciidoctorpdf_command": {
|
||||
"type": "string",
|
||||
- "default": "asciidoctor-pdf",
|
||||
+ "default": "@ASCIIDOCTOR_PDF_BIN@",
|
||||
"markdownDescription": "%asciidoc.asciidoctorpdf_command.desc%",
|
||||
"markdownDeprecationMessage": "%asciidoc.asciidoctorpdf_command.deprecationMessage%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"asciidoc.asciidoctorpdf_command": {
|
||||
"type": "string",
|
||||
- "default": "asciidoctor-pdf",
|
||||
+ "default": "@ASCIIDOCTOR_PDF_BIN@",
|
||||
"markdownDescription": "%asciidoc.asciidoctorpdf_command.desc%",
|
||||
"markdownDeprecationMessage": "%asciidoc.asciidoctorpdf_command.deprecationMessage%",
|
||||
"scope": "resource"
|
||||
|
||||
+2
-2
@@ -8,8 +8,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "asciidoctor-vscode";
|
||||
publisher = "asciidoctor";
|
||||
version = "3.4.2";
|
||||
hash = "sha256-HG3y7999xeE1erQZCnBgUPj/aC0Kwyn20PEZR9gKrxY=";
|
||||
version = "3.4.5";
|
||||
hash = "sha256-X7njFSqfb45l6ZTr7GDS3At6DMHyvBT41JoghOeVjwI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user