diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2020-12-07 00:52:15 +0100 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2020-12-07 00:52:15 +0100 |
| commit | 4abc7efc0d8089db35120a16b6fd8ae079db1104 (patch) | |
| tree | 0e7773d9f91d5894a5e685a97c25f44a8beca114 /src/common | |
| parent | a564f967118551f339cf00d107b45953e8c10505 (diff) | |
better detail on completion and signatures with documentation
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/config.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/config.odin b/src/common/config.odin index d9131d6..f2a733f 100644 --- a/src/common/config.odin +++ b/src/common/config.odin @@ -7,5 +7,6 @@ Config :: struct { signature_offset_support: bool, collections: map [string] string, running: bool, + debug_single_thread: bool, }; |