This commit is contained in:
2026-08-01 21:48:30 +03:00
commit 3ce70bd00a
10 changed files with 588 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"enable_semantic_tokens": true,
"enable_document_symbols": true,
"enable_hover": true,
"enable_snippets": true,
"enable_checker_only_saved": true,
"enable_inlay_hints_params": true,
"enable_inlay_hints_default_params": true,
"enable_inlay_hints_implicit_return": true,
"enable_inlay_hints_optional_result": true,
"enable_inlay_hints_struct_fields": true
}