diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-10-27 17:33:03 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-10-27 17:33:03 +0200 |
| commit | ab9c17b403527bc07d65d5c47ecb25bec423ddac (patch) | |
| tree | 2d10ebf151f3341fec49ee5919db2967fbf4bef7 /src/common | |
| parent | 601a1a447aee462575c8de91677991750cb612e5 (diff) | |
Add new config to disable the `core:odin/parser` errors
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, |