This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-12
Channels
- # adventofcode (67)
- # announcements (8)
- # babashka (46)
- # beginners (154)
- # calva (5)
- # cider (9)
- # clara (5)
- # clj-kondo (34)
- # cljdoc (31)
- # cljsrn (4)
- # clojure (146)
- # clojure-europe (5)
- # clojure-italy (3)
- # clojure-losangeles (2)
- # clojure-nl (149)
- # clojure-spec (22)
- # clojure-uk (73)
- # clojured (6)
- # clojurescript (95)
- # clojureverse-ops (3)
- # cryogen (7)
- # cursive (12)
- # data-science (1)
- # datomic (9)
- # docker (1)
- # emacs (1)
- # figwheel-main (1)
- # hyperfiddle (1)
- # jobs (3)
- # malli (29)
- # nrepl (2)
- # off-topic (61)
- # pathom (6)
- # pedestal (1)
- # planck (1)
- # reitit (19)
- # shadow-cljs (52)
- # spacemacs (5)
- # tools-deps (24)
- # vim (30)
- # yada (6)
Every time I reopen a project excluded folder in Project Structure gets indexed again and appears in search results. Is there any way to prevent this?
Do you mean that the folder gets marked as no longer excluded? Or that despite being excluded it’s still indexed?
> Do you mean that the folder gets marked as no longer excluded? This
That’s weird. Is this a folder that you’ve marked as excluded yourself? What sort of project is this?
Yes, every time I open a project I have to mark a folder as excluded. It’s deps project
Thanks! If not, I’m happy to jump on a call and show you the issue
I just tried to reproduce this and I can’t. Is there anything else special about that folder? Is it also marked as a source root or something like that?
Another way to ask that would be - when the folder is unmarked as excluded, what is it marked as?
Is it possible to connect to a remote nrepl server with Cursive repl if it uses drawbridge? Do I need to add it to my lein :plugins or ...?