Good day,
Adding collections to OLS to get indexing and autoimport works, including goto definitions. But run/test/debug tasks provided by extension do not work because Odin executable expects -collection:project=. to be passed.
Example OLS config:
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"collections": [{ "name": "project", "path": "." }]
}
I am new to Odin ecosystem and not sure if it's intended or a bug, but using collection seems like a default way to go with OLS according to documentaion and by doing so user has to recreate all tasks and debug configurations themself.
Good day,
Adding collections to OLS to get indexing and autoimport works, including goto definitions. But run/test/debug tasks provided by extension do not work because Odin executable expects
-collection:project=.to be passed.Example OLS config:
I am new to Odin ecosystem and not sure if it's intended or a bug, but using collection seems like a default way to go with OLS according to documentaion and by doing so user has to recreate all tasks and debug configurations themself.