Fork me on GitHub
#calva
<
2024-02-22
>
ericdallo20:02:34

I'm looking at https://github.com/BetterThanTomorrow/calva/wiki/Run-Calva-in-Development-Mode (spoiler: new feature coming 😛), but can't find how to generate a prod vsix local to install on my vscode, any suggestion?

metal 1
pez20:02:36

npx vsce package I think…

ericdallo20:02:37

I tried npm run release but couldn't find anything generated local after it

ericdallo20:02:41

ah, let me try that

pez20:02:35

And you can always make a PR and pick the VSIX from CI.

ericdallo20:02:39

ah like clojure-lsp, awesome!

ericdallo20:02:33

That command worked like a charm, tks!

pez20:02:57

We should add an npm script for it, come to think of it.

ericdallo20:02:24

I can do that in my PR as well, if you don't mind adding to the same feature PR

pez20:02:56

Ah, that’s nice. Please do!

ericdallo20:02:39

cool, I'll add as :

"package-vsix": "npx vsce package",
if that's ok for you

pez20:02:02

Try if npx is necessary there.

ericdallo20:02:25

yeah, not needed

metal 1
ericdallo21:02:26

Project tree support for Calva using clojure-lsp! reviewplease https://github.com/BetterThanTomorrow/calva/pull/2407

🚀 2
pez21:02:24

Sweeet! I’ll give it a spin tomorrow.

gratitude 1
pez07:02:16

Loving it! Thanks for providing, @UKFSJSM38 ❤️

ericdallo19:02:27

Cool! glad you liked!