12 lines
378 B
JSON
12 lines
378 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
|
|
"enable_semantic_tokens": false,
|
|
"enable_document_symbols": true,
|
|
"enable_hover": true,
|
|
"enable_snippets": true,
|
|
"profile": "default",
|
|
"profiles": [
|
|
{ "name": "windows_profile", "os": "windows", "checker_path": ["src"], "defines": { "ODIN_DEBUG": "false" }}
|
|
]
|
|
}
|