From 4a03da2fc8ed53ff5cc9bfbf4350fad2e9f07713 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Sat, 28 Sep 2024 21:11:26 +0700 Subject: [PATCH] ojs.json --- ols.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ols.json diff --git a/ols.json b/ols.json new file mode 100644 index 0000000..c714790 --- /dev/null +++ b/ols.json @@ -0,0 +1,13 @@ +{ + "$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": "default", "checker_path": ["src"]}, + { "name": "linux_profile", "os": "linux", "checker_path": ["src/main.odin"]}, + { "name": "windows_profile", "os": "windows", "checker_path": ["src"]} + ] +}