Skip to content

Commit 62d8b14

Browse files
authored
fix: Stop duplicate issue output. (#6058)
1 parent 37d9747 commit 62d8b14

File tree

4 files changed

+100
-1666
lines changed

4 files changed

+100
-1666
lines changed

packages/cspell/fixtures/features/inline-suggest/cspell.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ ignorePaths:
44
- 'cspell*.{json,yaml}'
55

66
dictionaryDefinitions:
7+
# cspell:disable
78
- name: suggestions
89
suggestWords:
910
- bluelist->blueList
1011
- Bluelist->BlueList
1112
- blulist->blueList
1213
- Blulist->BlueList
14+
# cspell:enable
1315

1416
dictionaries:
1517
- suggestions

0 commit comments

Comments
 (0)