aboutsummaryrefslogtreecommitdiff
path: root/src/common/config.odin
Commit message (Expand)AuthorAgeFilesLines
* Add inlay hints for implicit return values (closes #1058)Damian Tarnawski2025-09-261-1/+1
* Add option to disable document linksBrad Lewis2025-08-261-0/+1
* Add configuration for enabling pointer matching on completionBrad Lewis2025-08-241-0/+1
* Add `odin_root_override` to ols config to allow a user to override the `ODIN_...Brad Lewis2025-08-131-0/+1
* Enable references by defaultBrad Lewis2025-08-091-1/+0
* Auto import packages from core on completion.DanielGavin2025-06-221-0/+1
* Move ast.odin to server + add resolve_when_conditionDanielGavin2025-06-201-0/+1
* Add exclude path for workspace symbols.DanielGavin2024-12-301-0/+1
* StyleDanielGavin2024-09-291-0/+1
* add configuration for specific inlay hintsLaytan Laats2024-07-111-30/+32
* New config to only call check on saved package.Daniel Gavin2024-04-251-29/+30
* checker_path is now an arrayDanielGavin2024-02-081-1/+1
* Start working on profilesDanielGavin2024-02-071-0/+7
* Add new config for "enable_procedure_snippet"DanielGavin2023-11-251-0/+2
* Save the client name for specific client handlingDanielGavin2023-07-241-0/+1
* Add new setting to enable fake methods for testingDanielGavin2023-07-021-0/+1
* Start working on labeldetailsDanielGavin2023-03-101-0/+1
* Add new config to disable the `core:odin/parser` errorsDaniel Gavin2022-10-271-0/+1
* Forgot some filesDaniel Gavin2022-08-301-0/+1
* Finally make the move to use odinfmt in ols.Daniel Gavin2022-08-201-2/+2
* add support to `odinfmt.json` config for formatter.Daniel Gavin2022-08-081-7/+0
* Remove Maybe for now because json serialization messes it up.Daniel Gavin2022-06-291-2/+2
* Forgot fileDaniel Gavin2022-06-221-2/+2
* Add new json variable for picking the space amountDaniel Gavin2022-06-211-0/+1
* More reference workDaniel Gavin2022-06-111-0/+3
* Remove the failed idea of making request tasksDaniel Gavin2022-01-191-1/+1
* Add checker arg configDaniel Gavin2022-01-171-0/+1
* Add odin_command configDaniel Gavin2021-12-261-0/+1
* Add snippets and auto add parenthesis on completionDaniel Gavin2021-12-121-0/+1
* Add formatter to olsDaniel Gavin2021-11-281-0/+7
* Fix odin changesDaniel Gavin2021-08-221-0/+1
* prepare to have global config aswellDaniel Gavin2021-05-221-1/+5
* start work on package completionDanielGavin2021-03-311-0/+2
* ran odinfmt again(it didn't newline at th eof)DanielGavin2021-03-121-1/+1
* ran odinfmt on projectDanielGavin2021-03-121-10/+10
* add verbose settingDanielGavin2021-01-281-2/+2
* started work on hover(disabled currently through json config, unstable)DanielGavin2020-12-121-0/+1
* better detail on completion and signatures with documentationDanielGavin2020-12-071-0/+1
* requests are now made into tasksDanielGavin2020-12-051-1/+0
* saving work to prepare for multithreadingDanielGavin2020-12-041-0/+1
* changed the way we find position context using the astDanielGavin2020-11-091-0/+1
* complete refractor of the project into packagesDanielGavin2020-11-071-0/+10