mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
10 lines
370 B
JSON
10 lines
370 B
JSON
{
|
|
"files.exclude": { "*.miz": true },
|
|
"Lua.workspace.library": ["Libraries/dcs-world-api.lua"],
|
|
"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"]
|
|
}
|