This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-07
Channels
- # announcements (27)
- # babashka (29)
- # beginners (280)
- # calva (34)
- # cider (4)
- # circleci (11)
- # cljfx (10)
- # cljsrn (1)
- # clojure (526)
- # clojure-dev (9)
- # clojure-europe (42)
- # clojure-finland (5)
- # clojure-losangeles (1)
- # clojure-nl (4)
- # clojure-taiwan (2)
- # clojure-uk (14)
- # clojurescript (40)
- # clr (43)
- # community-development (5)
- # css (4)
- # cursive (7)
- # duct (82)
- # events (1)
- # fulcro (72)
- # garden (44)
- # hoplon (3)
- # java (40)
- # jobs (4)
- # juxt (1)
- # luminus (53)
- # meander (13)
- # off-topic (26)
- # pathom (14)
- # pedestal (3)
- # portal (2)
- # rdf (3)
- # re-frame (54)
- # releases (10)
- # remote-jobs (3)
- # sci (74)
- # shadow-cljs (47)
- # startup-in-a-month (5)
- # testing (9)
- # tools-deps (73)
- # vim (12)
Open VSX <- does anyone use this? I just got an issue that the clj-kondo extension will be delisted unless I change a license
Never heard about that Eclipse VSCode marketplace extensions, but I know that Eclipse org is annoying with signing stuff... I needed to sign too to contribute to https://github.com/eclipse/lsp4j
Yeah, its all online and fast for OpenVSX too. And I think I can forgive them for the paperwork. So many license trolls out there.
fwiw, something similar showed up in @U3Y18N0UC’s clover repository: https://github.com/mauricioszabo/clover/issues/21
Oh, I never saw that issue. I signed because they sent me an e-mail recently...
This feels like paperwork to me. If nobody is using this Eclipse stuff... I'll just get it delisted at look at it later ;P
Regardless. I think it is worth keeping our extensions there. There are quite a few VS Code-“compatible” editors out there already, and the numbers are growing. Sadly Calva doesn’t work with the ones I’ve tested so far. But your extension works on most I think, @borkdude. I have made the changes and signed the agreements, anyway. I plan to find the time to figure out how to make Calva work in Theia and Gitpod at the very least.
Yeah, since they say you can enlist at anytime, you can probably wait. But I bet you have users there.
I will change it in the issue and will claim the namespace clj-kondo some other time
You’ll lose the history on the vscode marketplace. I changed namespace once because I felt it was necessary, but it cost some 100k download count.
Yeah, the VSIX package namespace isn’t all that visible anyway. And it is quite beautiful legacy, IMO.
On my laptop Calva is above the fold on the open-vsx start page. Too bad it doesn’t work in Theia and Gitpod though. 😃
Thank you, Gabriel! This is the kind of fuel that keeps me going. I showed this to my family, and they are just so happy on my account. ❤️
It's really inspiring seeing the effort you and everyone behind calva put in the project. It's the least I could do 😄
I released version 2.0.147 and 2.0.148 today, which include the following noteworthy changes:
• Fix: https://github.com/BetterThanTomorrow/calva/issues/908
• Update clojure-lsp to version 2021.01.07-20.02.02
This includes a fix that should make clojure-lsp work better by default on Windows, without needing to add/modify your .lsp/config.edn
file. Before, the classpath lookup was failing on Windows probably in most cases, resulting in some features being broken.
Also if the classpath lookup by clojure-lsp does fail, you'll see an error notification so you know immediately what went wrong.