Skip to content

Commit 84dc685

Browse files
committed
Log updated exclusions
1 parent 58efab4 commit 84dc685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/kotlin/org/javacs/kt/SourceFiles.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ class SourceFiles(
190190

191191
fun updateExclusions() {
192192
exclusions = SourceExclusions(workspaceRoots, scriptsConfig)
193+
LOG.info("Updated exclusions: ${exclusions.excludedPatterns}")
193194
}
194195

195196
fun isOpen(uri: URI): Boolean = (uri in open)

0 commit comments

Comments
 (0)