mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-25 12:28:50 +00:00
Added markdown-pdf VSCode extension configuration and styles for the PDF manual
This commit is contained in:
Vendored
+5
-1
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"files.exclude": { "*.miz": true },
|
||||
"Lua.workspace.library": ["Libraries/dcs-world-api.lua"],
|
||||
"Lua.diagnostics.disable": ["deprecated"]
|
||||
"Lua.diagnostics.disable": ["deprecated"],
|
||||
"markdown-pdf.convertOnSave": true,
|
||||
"markdown-pdf.convertOnSaveExclude": ["README.md"],
|
||||
"markdown-pdf.headerTemplate": "<span class='title' style='display: none;'></span>",
|
||||
"markdown-pdf.styles": ["docs/style.css"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user