Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.78.2
- OS Version: Windows 11 22H2 (22621.1778)
Steps to Reproduce:

- Open a WSL folder from the command line with the argument --remote, with a trailing forward slash. Example:
code --remote wsl+ubuntu home/root/my-workspace/
- Try to search all files for any search term. The files will not appear.

- Open a WSL folder from the command line with the argument --remote, without a trailing forward slash. Example:
code --remote wsl+ubuntu home/root/my-workspace
- Try to search all files for any search term. The files will appear.
