Skip to content

Collections are not propogated to run/test/debug tasks. #79

Description

@Oikio

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions