in VS code, I wand to use the filename filter to find files with the string "opus" in them (case insensitive). However it matches all files with any of the letters o, p, u, s as here:
how can I limit the filter to whole strings?
in VS code, I wand to use the filename filter to find files with the string "opus" in them (case insensitive). However it matches all files with any of the letters o, p, u, s as here:
how can I limit the filter to whole strings?