We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41de40e commit 8f41f33Copy full SHA for 8f41f33
haskell-language-server.cabal
@@ -22,11 +22,18 @@ extra-source-files:
22
test/testdata/**/*.cabal
23
test/testdata/**/*.yaml
24
test/testdata/**/*.hs
25
-
26
- plugins/**/*.project
27
- plugins/**/*.cabal
28
- plugins/**/*.yaml
29
- plugins/**/*.hs
+ test/testdata/**/*.json
+
+ plugins/**/README.md
+ -- some README's have a .gif showcasing the feature
+ plugins/**/*.gif
30
31
+ plugins/test/testdata/**/*.expected
32
+ plugins/test/testdata/**/*.project
33
+ plugins/test/testdata/**/*.cabal
34
+ plugins/test/testdata/**/*.yaml
35
+ plugins/test/testdata/**/*.txt
36
+ plugins/test/testdata/**/*.hs
37
38
bindist/wrapper.in
39
plugins/hls-stan-plugin/test/testdata/.hie/Main.hie
-1.03 KB
0 commit comments