This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-13
Channels
- # aleph (6)
- # announcements (10)
- # asami (3)
- # babashka (111)
- # babashka-sci-dev (20)
- # beginners (28)
- # calva (28)
- # clj-http (2)
- # clj-kondo (23)
- # cljs-dev (16)
- # cljsrn (23)
- # clojure (116)
- # clojure-czech (3)
- # clojure-europe (33)
- # clojure-nl (1)
- # clojure-norway (7)
- # clojure-uk (5)
- # clojurescript (41)
- # community-development (2)
- # cursive (5)
- # datahike (4)
- # datomic (13)
- # figwheel-main (3)
- # fulcro (11)
- # google-cloud (1)
- # gratitude (8)
- # hyperfiddle (14)
- # jobs (2)
- # lsp (22)
- # malli (4)
- # off-topic (4)
- # other-languages (4)
- # pathom (13)
- # portal (40)
- # rdf (11)
- # reitit (1)
- # sci (15)
- # shadow-cljs (7)
- # specter (1)
- # sql (6)
- # xtdb (4)
my use case: I have a postgres docker container which mounts its data folder from a (git ignored) ./tmp/db
directory. This folder is apparently looked into by clojure-lsp since it mentions some errors due to permissions
You can tell to not watch a folder, but not sure that is what you want, do you have a example?
again, ./tmp/db
contains data that should not be watched as it's irrelevant (and in my case it contains bajillion bytes worth of test data)
Hum, not sure it's possible, but it'd be necessary something on client side to ignore that as server only accept files sent by client
Yes, or just set file watch ignore to match /tmp/data @U051T4Q05
Yeah, I suggest never import /tmp as root, but a specific folder like: /tmp/clojure
@U051T4Q05 lsp-mode allows you declare regex to ignore some patterns, check lsp-file-watch-ignored-directories