Andrea Mah
Andrea Mah
Hmm. Since the files will still be of `file` scheme, the `fileSearchProvider` and `textSearchProvider` won't apply to this case. It's mostly if you have a custom filesystem / scheme.
/duplicate https://github.com/microsoft/vscode-copilot-release/issues/1439
@mystiquewolf could you verify that this is fixed on the latest insiders build?
Sorry for the late reply! Is your network connection to your SSH host fast? Also, I could be curious what the performance trace on this looks like. You can see...
Hmm. Have you tried disabling the other extensions on your remote machine? Perhaps one of your extensions is over-using the extension host.
Can you log on your remote machine whether there's a `rg` process with high CPU consumption? Also, is there anything (ie: antivirus) that could be making filesystem access of many...
If you ran the executable `~/.vscode-server/bin/b3e4e68a0bc097f0ae7907b217c1119af9e03435/node_modules/@vscode/ripgrep/bin/rg` directly to search, then do you get bad performance?
I just want to make sure I'm understanding this correctly: the first table was just using ripgrep to perform the task, and the second table is using ripgrep and letting...
> The second table is ripgrep sending the results over SSH. In this case, remote is way slower than local, and roughly matches the experience inside VSCode (5-7s). This is...
Oh right, you're talking about the fuzzy search filtering; for some reason, I was thinking about the `exclude/include` filtering. Could you do the following? 1. In the command palette, `Show...