Skip to content

Commit

Permalink
Log updated exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 15, 2024
1 parent 58efab4 commit 84dc685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main/kotlin/org/javacs/kt/SourceFiles.kt
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ class SourceFiles(

fun updateExclusions() {
exclusions = SourceExclusions(workspaceRoots, scriptsConfig)
LOG.info("Updated exclusions: ${exclusions.excludedPatterns}")
}

fun isOpen(uri: URI): Boolean = (uri in open)
Expand Down

0 comments on commit 84dc685

Please sign in to comment.