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 9c85641 commit d5ebab3Copy full SHA for d5ebab3
ghcide/test/exe/Main.hs
@@ -5087,6 +5087,7 @@ clientSettingsTest :: TestTree
5087
clientSettingsTest = testGroup "client settings handling"
5088
[ testSession "ghcide restarts shake session on config changes" $ do
5089
void $ skipManyTill anyMessage $ message SClientRegisterCapability
5090
+ void $ createDoc "A.hs" "haskell" "module A where"
5091
waitForProgressDone
5092
sendNotification SWorkspaceDidChangeConfiguration (DidChangeConfigurationParams (toJSON ("" :: String)))
5093
skipManyTill anyMessage restartingBuildSession
0 commit comments