vscode-kotlin icon indicating copy to clipboard operation
vscode-kotlin copied to clipboard

Custom pomfile location

Open tony-sol opened this issue 2 years ago • 1 comments
trafficstars

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

tony-sol avatar May 15 '23 18:05 tony-sol

Update: i've tried to make configurable, but it doesn't seem to work. Guess, there must be a way, to set up root directory for language-server on pom.xml file location and this may solve my problem.

tony-sol avatar Jul 12 '23 22:07 tony-sol