This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-17
Channels
- # announcements (10)
- # aws (10)
- # babashka (11)
- # beginners (77)
- # calva (9)
- # cider (10)
- # cljdoc (7)
- # cljs-dev (47)
- # clojure (47)
- # clojure-uk (4)
- # clojurescript (87)
- # community-development (15)
- # conjure (14)
- # core-async (25)
- # cursive (6)
- # fulcro (6)
- # helix (3)
- # joker (2)
- # nrepl (1)
- # off-topic (1)
- # pathom (9)
- # pedestal (6)
- # re-frame (22)
- # reitit (15)
- # shadow-cljs (26)
- # spacemacs (16)
- # testing (2)
- # tools-deps (12)
- # uncomplicate (10)
- # xtdb (22)
hey recently i started to have some problem when I do ALT SHIFT F (format file shortcut on windows) vscode says "activating extensions" then i can't even use copy, paste shotcurts everytime I try to copy something it says "activating extensions" only happens when calva is on i can format files in other languages. i think i didn't change anything in my vscode but i am not sure it may not be related with calva. any idea how to fix that ?
Hello. I am not having any luck getting the bundled clj-kondo extension to read it's configuration.
I've created .clj-kondo/config.edn
, with .clj-kondo
being at the same level as project.clj
{:linters {:missing-docstring {:level :warning}
:unsorted-required-namespaces {:level :warning}
:unresolved-symbol {:exclude [(mount.core/defstate)]}}}
Calva/Kondo still reports defstate as using unresolved symbols, and i have unsorted namespaces and missing docstrings that are not being commented on
never mind, I figured out. I was unused to reading the VSCode file tree and had misplaced it