Skip to content

Commit 745f378

Browse files
committed
Update ghcide, use optThreads = 1
@mpickering reports it makes a big difference to hover performance.
1 parent c3eec94 commit 745f378

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

exe/Main.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ main = do
180180
, optShakeProfiling = argsShakeProfiling
181181
, optTesting = argsTesting
182182
, optInterfaceLoadingDiagnostics = argsTesting
183+
, optThreads = 1
183184
}
184185
debouncer <- newAsyncDebouncer
185186
initialise caps (mainRule >> pluginRules plugins >> action kick)

0 commit comments

Comments
 (0)