Updates to gitignore and ols config

This commit is contained in:
Edward R. Gonzalez 2024-02-24 22:29:18 -05:00
parent e1a2395a52
commit c9dc5fe54a
2 changed files with 8 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,5 +1,4 @@
build/**
*.exe
thirdparty/**
~thirdparty/odin/core/**
# thirdparty/**
logs

View File

@ -18,9 +18,13 @@
"path": "C:/projects/SectrPrototype/thirdparty/ini"
}
],
"odin_command": "C:/projects/SectrPrototype/thirdparty/Odin",
"enable_document_symbols": true,
"enable_semantic_tokens": false,
"enable_fake_methods": true,
"enable_format": false,
"enable_hover": true,
"enable_semantic_tokens": true,
"enable_snippets": true,
"enable_format": false
}
"enable_references": true,
"thread_pool_count": 10
}