Commit 473bda5 1 parent 9270d0c commit 473bda5 Copy full SHA for 473bda5
File tree 2 files changed +12
-0
lines changed
packages/cspell-lib/src/lib
Settings/Controller/configLoader
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,16 @@ const searchPlaces = Object.freeze([
74
74
'.vscode/cSpell.json' ,
75
75
'.vscode/.cspell.json' ,
76
76
// Standard Locations
77
+ '.cspell.config.json' ,
78
+ '.cspell.config.jsonc' ,
79
+ '.cspell.config.yaml' ,
80
+ '.cspell.config.yml' ,
77
81
'cspell.config.json' ,
78
82
'cspell.config.jsonc' ,
79
83
'cspell.config.yaml' ,
80
84
'cspell.config.yml' ,
85
+ '.cspell.yaml' ,
86
+ '.cspell.yml' ,
81
87
'cspell.yaml' ,
82
88
'cspell.yml' ,
83
89
// Dynamic config is looked for last
Original file line number Diff line number Diff line change @@ -166,10 +166,16 @@ exports[`Validate the cspell API > Verify API exports 1`] = `
166
166
" .vscode/cspell.json" ,
167
167
" .vscode/cSpell.json" ,
168
168
" .vscode/.cspell.json" ,
169
+ " .cspell.config.json" ,
170
+ " .cspell.config.jsonc" ,
171
+ " .cspell.config.yaml" ,
172
+ " .cspell.config.yml" ,
169
173
" cspell.config.json" ,
170
174
" cspell.config.jsonc" ,
171
175
" cspell.config.yaml" ,
172
176
" cspell.config.yml" ,
177
+ " .cspell.yaml" ,
178
+ " .cspell.yml" ,
173
179
" cspell.yaml" ,
174
180
" cspell.yml" ,
175
181
" cspell.config.js" ,
You can’t perform that action at this time.
0 commit comments