Skip to content

Commit a04984d

Browse files
fendormichaelpj
andcommitted
Track extra-source-files of plugins more accurately (#4105)
Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
1 parent 8ecb289 commit a04984d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

haskell-language-server.cabal

+8
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,18 @@ extra-source-files:
2222
test/testdata/**/*.cabal
2323
test/testdata/**/*.yaml
2424
test/testdata/**/*.hs
25+
test/testdata/**/*.json
2526

27+
-- some README's have a .gif showcasing the feature
28+
plugins/**/*.md
29+
plugins/**/*.gif
30+
31+
-- These globs should only match test/testdata
2632
plugins/**/*.project
33+
plugins/**/*.expected
2734
plugins/**/*.cabal
2835
plugins/**/*.yaml
36+
plugins/**/*.txt
2937
plugins/**/*.hs
3038

3139
bindist/wrapper.in
Binary file not shown.

0 commit comments

Comments
 (0)