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