Skip to content

Commit fc761a6

Browse files
Update tests to document that we now have references and workspace symbol providers.
1 parent fd9faec commit fc761a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ghcide/test/exe/Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ initializeResponseTests = withResource acquire release tests where
121121
-- BUG in lsp-test, this test fails, just change the accepted response
122122
-- for now
123123
, chk "NO goto implementation" _implementationProvider (Just $ GotoOptionsStatic True)
124-
, chk "NO find references" _referencesProvider Nothing
124+
, chk " find references" _referencesProvider (Just True)
125125
, chk " doc highlight" _documentHighlightProvider (Just True)
126126
, chk " doc symbol" _documentSymbolProvider (Just True)
127-
, chk "NO workspace symbol" _workspaceSymbolProvider Nothing
127+
, chk " workspace symbol" _workspaceSymbolProvider (Just True)
128128
, chk " code action" _codeActionProvider $ Just $ CodeActionOptionsStatic True
129129
, chk " code lens" _codeLensProvider $ Just $ CodeLensOptions Nothing
130130
, chk "NO doc formatting" _documentFormattingProvider Nothing

0 commit comments

Comments
 (0)