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 e6d4d47 commit 6d01077Copy full SHA for 6d01077
plugins/hls-refactor-plugin/test/Main.hs
@@ -81,7 +81,7 @@ initializeTests = withResource acquire release tests
81
where
82
tests :: IO (TResponseMessage Method_Initialize) -> TestTree
83
tests getInitializeResponse = testGroup "initialize response capabilities"
84
- [ chk " code action" _codeActionProvider (Just (InR (CodeActionOptions {_workDoneProgress = Nothing, _codeActionKinds = Nothing, _resolveProvider = Just False})))
+ [ chk " code action" _codeActionProvider (Just (InR (CodeActionOptions {_workDoneProgress = Just False, _codeActionKinds = Nothing, _resolveProvider = Just False})))
85
, che " execute command" _executeCommandProvider [extendImportCommandId]
86
]
87
0 commit comments