todo-tree
todo-tree copied to clipboard
Added support for Powershell based environments.
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.