mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
remove ols.json
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,8 @@
|
|||||||
build
|
build
|
||||||
# thirdparty
|
# thirdparty
|
||||||
.vscode
|
.vscode
|
||||||
|
ols.json
|
||||||
|
|
||||||
# backend/sokol/render_glyph.odin
|
# backend/sokol/render_glyph.odin
|
||||||
# backend/sokol/blit_atlas.odin
|
# backend/sokol/blit_atlas.odin
|
||||||
# backend/sokol/draw_text.odin
|
# backend/sokol/draw_text.odin
|
||||||
|
31
ols.json
31
ols.json
@@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
|
|
||||||
"odin_command": "odin.exe",
|
|
||||||
"collections": [
|
|
||||||
{
|
|
||||||
"name": "backend",
|
|
||||||
"path": "./backend"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "examples",
|
|
||||||
"path": "./sectr"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "thirdparty",
|
|
||||||
"path": "./thirdparty"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"enable_document_symbols": true,
|
|
||||||
"enable_fake_methods": true,
|
|
||||||
"enable_format": false,
|
|
||||||
"enable_hover": true,
|
|
||||||
"enable_semantic_tokens": false,
|
|
||||||
"enable_snippets": false,
|
|
||||||
"enable_references": true,
|
|
||||||
"thread_pool_count": 10,
|
|
||||||
"enable_inlay_hints": true,
|
|
||||||
"enable_procedure_context": true,
|
|
||||||
"enable_procedure_snippet": false,
|
|
||||||
"verbose": true,
|
|
||||||
"disable_parser_errors": true
|
|
||||||
}
|
|
Reference in New Issue
Block a user