diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2023-07-02 00:01:00 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2023-07-02 00:01:00 +0200 |
| commit | 4a472b88d51807eb3cd58b01c0037443bf8a4404 (patch) | |
| tree | 9f9a0312df3546f84470477fbbddda5ffa5fe7f0 /src/common | |
| parent | 40f992f4f051e343331f44aa4c791e6f6abc8426 (diff) | |
Add new setting to enable fake methods for testing
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 16c71a7..79eb802 100644 --- a/src/common/config.odin +++ b/src/common/config.odin @@ -20,6 +20,7 @@ Config :: struct { enable_label_details: bool, enable_std_references: bool, enable_import_fixer: bool, + enable_fake_method: bool, disable_parser_errors: bool, thread_count: int, file_log: bool, |