Skip to content

Commit

Permalink
Temporary workaround for #10921 (#10931)
Browse files Browse the repository at this point in the history
Disabling caching as it seems that loading BindingsMap breaks things.
  • Loading branch information
hubertp authored Aug 30, 2024
1 parent 50325b6 commit 124147d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class MainModule(serverConfig: LanguageServerConfig, logLevel: Level) {
.logLevel(logLevel)
.strictErrors(false)
.disableLinting(false)
.enableIrCaches(true)
.enableIrCaches(false) // Until #10921 is fixed
.out(stdOut)
.err(stdErr)
.in(stdIn)
Expand Down

0 comments on commit 124147d

Please sign in to comment.