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 154810f commit 33dee2eCopy full SHA for 33dee2e
test/functional/Completion.hs
@@ -302,7 +302,8 @@ snippetTests = testGroup "snippets" [
302
item ^. insertTextFormat @?= Just Snippet
303
item ^. insertText @?= Just "intersperse ${1:a} ${2:[a]}"
304
305
- , testCase "respects lsp configuration" $ runSession hlsCommand fullCaps "test/testdata/completion" $ do
+ , ignoreTestBecause "ghcide does not support the completionSnippetsOn option" $
306
+ testCase "respects lsp configuration" $ runSession hlsCommand fullCaps "test/testdata/completion" $ do
307
doc <- openDoc "Completion.hs" "haskell"
308
_ <- waitForDiagnosticsFrom doc
309
0 commit comments