From 7af3c49dfc7111e89fdf4af0f050923dfea2f20d Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 10 Jan 2025 17:53:11 -0500 Subject: [PATCH] remove ols.json --- .gitignore | 2 ++ ols.json | 31 ------------------------------- 2 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 ols.json diff --git a/.gitignore b/.gitignore index fb8d7a6..1e9b221 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ build # thirdparty .vscode +ols.json + # backend/sokol/render_glyph.odin # backend/sokol/blit_atlas.odin # backend/sokol/draw_text.odin diff --git a/ols.json b/ols.json deleted file mode 100644 index 4f0edda..0000000 --- a/ols.json +++ /dev/null @@ -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 -}