File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -407,6 +407,13 @@ This would not be accepted because the file detection would have too many false
407407- Omit ` fileMatch ` or set it to an empty array (which still allows the user to manually select it)
408408- Prepend a directory name to the pattern (e.g. ` "**/micro/runtime/syntax/*.yaml" ` )
409409
410+ ### Use Simple ` fileMatch ` Patterns
411+
412+ Glob implementations vary in their support of various pattern constructs.
413+ Lean towards keeping it simple rather than concise.
414+
415+ For example, ` {...} ` alternations and some extended glob constructs can be written as multiple "simple" patterns instead.
416+
410417## Compatible Language Servers and Tools
411418
412419### [ ` redhat-developer/yaml-language-server ` ] ( https://github.com/redhat-developer/yaml-language-server )
You can’t perform that action at this time.
0 commit comments