Skip to content

Commit a7737b7

Browse files
committed
mini fix: setting for antora support changed name
1 parent ff05902 commit a7737b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vscode/settings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"asciidoc.extensions.enableKroki": true,
33
"asciidoc.preview.asciidoctorAttributes": {
4-
"imagesdir":"../images",
5-
"source-highlighter":"highlightjs",
6-
"stem":"latexmath"
4+
"imagesdir": "../images",
5+
"source-highlighter": "highlightjs",
6+
"stem": "latexmath"
77
},
88
"cSpell.language": "en,fr,fr-FR",
9-
"asciidoc.antora.enableAntoraSupport": true
10-
}
9+
"asciidoc.antora.showEnableAntoraPrompt": true
10+
}

0 commit comments

Comments
 (0)