initial commit

This commit is contained in:
2026-08-30 20:45:54 -06:00
commit 32ab1213fb
20 changed files with 1349 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"collections": [
{ "name": "app", "path": "./src" },
{ "name": "lib", "path": "./lib" }
],
"enable_semantic_tokens": false,
"enable_document_symbols": true,
"enable_hover": true,
"enable_snippets": true,
"profiles": [
{
"checker_path": "src/main.odin"
}
]
}