When using the VS Code API, files within the workspace can be searched for with the findFiles()
function, in the workspace
API. According to the documentation, it takes a GlobPattern
as an input pattern parameter.
I would prefer to use RegEx to find files within the workspace; is such an equivalent available in the API?