Folger fan

Results 4 issues of Folger fan

CNB 是 Coding 2.0 https://cnb.cool

### Reproducible in vscode.dev or in VS Code Desktop? - [x] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [x] Not reproducible...

**Issue Description:** The regular expressions `(feature/**|feature*)` and `(feature*|feature/**)` yield inconsistent results when matching the string `feature/test/test`. Specifically: 1. `(feature/**|feature*)` does **not** match `feature/test/test`. 2. `(feature*|feature/**)` **does** match `feature/test/test`. This behavior...

The regular expressions `(feature/**|feature*)` and `(feature*|feature/**)` yield inconsistent results when matching the string `feature/test/test`. Specifically: 1. `(feature/**|feature*)` does **not** match `feature/test/test`. 2. `(feature*|feature/**)` **does** match `feature/test/test`. This behavior seems unexpected,...