todo-tree icon indicating copy to clipboard operation
todo-tree copied to clipboard

Added support for Powershell based environments.

Open Carbaz opened this issue 7 months ago • 0 comments

If Vs Code is run with PowerShell as system/session default command line interpreter the ripgrep command fails.

E.g: Changed the ComSpec environment variable to "powershell.exe".

This takes into account the current set CLI and updates the command with the "&" required on Powershell to run quoted commands.

Carbaz avatar May 15 '25 20:05 Carbaz