diff options
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 397545a..9c8e678 100644 --- a/src/common/config.odin +++ b/src/common/config.odin @@ -19,6 +19,7 @@ Config :: struct { enable_rename: bool, enable_std_references: bool, enable_import_fixer: bool, + disable_parser_errors: bool, thread_count: int, file_log: bool, odin_command: string, |