Updates to gitignore and ols config
This commit is contained in:
parent
e1a2395a52
commit
c9dc5fe54a
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
build/**
|
||||
*.exe
|
||||
thirdparty/**
|
||||
~thirdparty/odin/core/**
|
||||
# thirdparty/**
|
||||
logs
|
||||
|
10
ols.json
10
ols.json
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user