This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
I wanted to find the (println...) instances in my 3-file program, so I pressed the magnifier and typed 'print'. But it found 850 things throughout all of Clojure. (The files cited by search results were in .clj-kondo/.cache/v1/clj.) I closed and reopened VS Code and tried again; same result. How can I prevent that and just search my own project?
I did not have a .gitignore, so I made one, and to be sure of its syntax I used 'git add' and it did not add anything from the .clj-kondo directory. But the VS Code magnifier still finds 850 things in Clojure itself.
one option would be opening the breadcrumb-y thing in the search window and using the include and/or exclude fields to narrow down the scope of the search