For example, how do you set the i flag to perform a case insensitive match? Is it even possible?
In code I would usually do something like /needle/i
The Visual Studio Code documentation only makes a passing reference to the fact it uses the ripgrep regex engine. The docs there didn't help me either.
