Skip to content

Commit

Permalink
Add pom.xml to kotlin's root_uri patterns
Browse files Browse the repository at this point in the history
Many Kotlin projects are defined with maven pom.xml's. A notable example is TeamCity's dynamic CI configuration [1].

Adding pom.xml to root_uri_patterns ensures that the workspace is initialized with the correct pom.xml for these project, including TeamCity.

[1]: https://www.jetbrains.com/help/teamcity/kotlin-dsl.html
  • Loading branch information
kmARC authored and mattn committed Jul 25, 2024
1 parent f7cb396 commit 6574944
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,9 @@
"requires": [
"java"
],
"root_uri_patterns": [
"pom.xml"
],
"vim_plugin": {
"extensions": [
"kt"
Expand Down

0 comments on commit 6574944

Please sign in to comment.