https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#fileOperationFilter does not explain if all filters need to match for a file to match or if only one needs to match. VSCode's implementation of the an LSP client assumes that only one filter needs to match (which does makes sense to me). But, a clarification on the spec itself would be useful
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#fileOperationFilter does not explain if all
filtersneed to match for a file to match or if only one needs to match. VSCode's implementation of the an LSP client assumes that only one filter needs to match (which does makes sense to me). But, a clarification on the spec itself would be useful