- VS Code Version: 1.54.3
- OS Version: macOS 10.13.6 High Sierra
Steps to Reproduce:
- Create a file with a bunch of text, containing the words 'excel' and 'api' in random positions
- Close the file editor
- Perform a File Search with the following regex:
^(?=[\s\S\n]*(excel))(?=[\s\S\n]*(api))[\s\S\n]*$
- On the macOS version of VS Code, no files are found. On the Windows version, the regex properly matches.
Does the macOS version us a different regex engine than the Windows version?
Does this issue occur when all extensions are disabled?: Yes