Skip to content

Couldn't find definition at .../.teamcity/settings.kts #219

Open
@tekumara

Description

@tekumara

I'm using vscode and fwcd/vscode-kotlin to work with a Teamcity pipeline defined in Kotlin.

In .teamcity/settings.kts I have:

project {
    subProject(BuildProject)
    subProject(DeployProject)
}

object BuildProject is defined in .teamcity/build/Project.kt

When I use "Go to definition" on BuildProject in the above snippet, I see the following in the output log:

[Info  - 5:22:49 PM] async0    Go-to-definition at .../.teamcity/settings.kts 32:18
[Info  - 5:22:49 PM] async0    Re-parsing settings.kts 23:9-34:2
[Info  - 5:22:49 PM] async0    Hovering REFERENCE_EXPRESSION
[Info  - 5:22:49 PM] async0    Couldn't find definition at .../.teamcity/settings.kts 32:18
[Info  - 5:22:49 PM] async0    Finished in 29 ms

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggradleRelated to the language server's support for Gradle projects

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions