Skip to content

Commit

Permalink
fix metals on JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jun 8, 2023
1 parent 61375d5 commit 63a883b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proj/metals.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ vars.proj.metals: ${vars.base} {
extra.commands: ${vars.default-commands} [
// CompletionSuite, HoverDocSuite: https://github.com/scalameta/metals/issues/4585
// CompletionSnippetSuite: not investigated
// HoverTermSuite: https://github.com/scalameta/metals/issues/5318
"""set cross / unmanagedSources / excludeFilter := HiddenFileFilter || "CompletionSuite.scala" || "HoverDocSuite.scala" || "CompletionSnippetSuite.scala""""
"""set javapc / unmanagedSources / excludeFilter := HiddenFileFilter || "HoverTermSuite.scala""""
]
}

0 comments on commit 63a883b

Please sign in to comment.