Open
Description
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
Labels
Something isn't workingSomething isn't workingRelated to the language server's support for Gradle projectsRelated to the language server's support for Gradle projects