File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ initializeResponseTests = withResource acquire release tests where
121
121
-- BUG in lsp-test, this test fails, just change the accepted response
122
122
-- for now
123
123
, chk " NO goto implementation" _implementationProvider (Just $ GotoOptionsStatic True )
124
- , chk " NO find references" _referencesProvider Nothing
124
+ , chk " find references" _referencesProvider ( Just True )
125
125
, chk " doc highlight" _documentHighlightProvider (Just True )
126
126
, chk " doc symbol" _documentSymbolProvider (Just True )
127
- , chk " NO workspace symbol" _workspaceSymbolProvider Nothing
127
+ , chk " workspace symbol" _workspaceSymbolProvider ( Just True )
128
128
, chk " code action" _codeActionProvider $ Just $ CodeActionOptionsStatic True
129
129
, chk " code lens" _codeLensProvider $ Just $ CodeLensOptions Nothing
130
130
, chk " NO doc formatting" _documentFormattingProvider Nothing
You can’t perform that action at this time.
0 commit comments