vscode-kotlin
vscode-kotlin copied to clipboard
Custom pomfile location
Motivation
Working with teamcity kotlin dsl in vscode without making .temcity/
directory as workspace root
Description
Current file watcher https://github.com/fwcd/vscode-kotlin/blob/main/src/languageSetup.ts#L185 can't find pom.xml in ${workspaceRoot}/.teamcity/pom.xml
'cause of it's glob pattern. So let's make pom.xml file and *.gradle files paths customizable
Alternatives considered
I don't have any :c