DanielGavin / ols

Language server for Odin
MIT License
375 stars 56 forks source link

use the new `odin root` command to resolve the builtin collections #349

Closed laytan closed 2 months ago

laytan commented 2 months ago

I added a odin root command to Odin which just prints the root, this makes it much more reliable and always work.

Support is still there for older Odin versions.

Some more logging has also been added.

Also now resolving home directory for the odin_command configuration, and for path lookups, so if someone has ~/odin in their path it would resolve that correctly.

Pretty certain this fixes #281 too.