File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -4762,12 +4762,7 @@ asyncTests = testGroup "async"
4762
4762
4763
4763
clientSettingsTest :: TestTree
4764
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
4765
+ [ testSession " ghcide restarts shake session on config changes" $ do
4771
4766
void $ skipManyTill anyMessage $ message @ RegisterCapabilityRequest
4772
4767
sendNotification WorkspaceDidChangeConfiguration (DidChangeConfigurationParams (toJSON (" " :: String )))
4773
4768
nots <- skipManyTill anyMessage $ count 3 loggingNotification
You can’t perform that action at this time.
0 commit comments