We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f52fa commit d73f70eCopy full SHA for d73f70e
ghcide/test/exe/Main.hs
@@ -4763,10 +4763,6 @@ asyncTests = testGroup "async"
4763
clientSettingsTest :: TestTree
4764
clientSettingsTest = testGroup "client settings handling"
4765
[
4766
- testSession "ghcide does not support update config" $ do
4767
- sendNotification WorkspaceDidChangeConfiguration (DidChangeConfigurationParams (toJSON ("" :: String)))
4768
- logNot <- skipManyTill anyMessage loggingNotification
4769
- isMessagePresent "Updating Not supported" [getLogMessage logNot]
4770
, testSession "ghcide restarts shake session on config changes" $ do
4771
void $ skipManyTill anyMessage $ message @RegisterCapabilityRequest
4772
sendNotification WorkspaceDidChangeConfiguration (DidChangeConfigurationParams (toJSON ("" :: String)))
0 commit comments