This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-21
Channels
- # announcements (11)
- # architecture (8)
- # aws (7)
- # babashka (1)
- # beginners (55)
- # calva (52)
- # cider (4)
- # clj-kondo (5)
- # clojure (12)
- # clojure-europe (7)
- # clojure-uk (3)
- # clojurescript (40)
- # clr (1)
- # conjure (5)
- # data-oriented-programming (7)
- # datomic (8)
- # emacs (3)
- # events (1)
- # graphql (2)
- # honeysql (5)
- # lsp (7)
- # missionary (24)
- # nbb (10)
- # off-topic (12)
- # pathom (5)
- # reagent (9)
- # reitit (4)
- # schema (1)
- # sci (9)
- # shadow-cljs (2)
- # specter (6)
- # tools-deps (4)
- # xtdb (13)
Whats the mechanism we use to send the startup progress messages to the client? They stopped showing up for me at some point recently, and now on a server restart during init, commands aren't blocking like they used to but erroring immediately and i have to guess when the server is ready.
Maybe something with your vim client? Does it happens on previous release of clojure-lsp?
☝️ 1
window/workDoneProgress/create
?i suspect it is the client and one of my plugins, wasnt sure what to look for.