Closed hakan-demirli closed 6 months ago
Hi @hakan-demirli, I'm not sure as I don't own a Windows machine, and rely on community contributions for Windows support. So I'm leaving this open and hopefully it'll be picked up at some point :)
Hello there, this seems to be due to not escaping the query string correctly. I tried to adress this in https://github.com/tomrijndorp/vscode-finditfaster/pull/86
When I type comma in global search (Ctrl+Shift+U) powershell command fails:
How to reproduce: 1- Ctrl+Shift+U (global search) in vscode. 2- Type ','
I couldn't fix the powershell script. So, for people who are reading this issue, here is a quick band-aid which requires python as a dependency. It opens the file in code directly and ignores all of the extension settings.
New find_within_file.ps1:
live-grep-windows.py: