We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58efab4 commit 84dc685Copy full SHA for 84dc685
server/src/main/kotlin/org/javacs/kt/SourceFiles.kt
@@ -190,6 +190,7 @@ class SourceFiles(
190
191
fun updateExclusions() {
192
exclusions = SourceExclusions(workspaceRoots, scriptsConfig)
193
+ LOG.info("Updated exclusions: ${exclusions.excludedPatterns}")
194
}
195
196
fun isOpen(uri: URI): Boolean = (uri in open)
0 commit comments