Fork me on GitHub
#calva
<
2021-03-08
>
bringe17:03:42

If anyone else is having issues with the debugger with VS Code 1.54 please chime in on this issue with details like OS and project type: https://github.com/BetterThanTomorrow/calva/issues/1055. I cannot reproduce the issues on Manjaro Linux or Windows 10 Pro.

az21:03:26

Hi all, any ideas on how to get calva to auto generate the correct namespace? I am using the re-frame template out of the box and I only get the namespace of new files to be the name of the file. I went through the readme and I can’t see what I am missing.

pez21:03:34

With auto-generate namespace you mean when you crate a new file and the namespace added to that file?

az21:03:47

I only get (ns my-file) instead of (ns com.me.myfile)

az21:03:54

I’m jacked in, and I have the correct source-path as generated in the re-frame template. I’ve tried also adding source-path to a few other places in the config map, but nothing has worked so far

pez21:03:43

I think it is broken. Please file as a bug.

pez21:03:03

@U9A1RLFNV we should let lsp do this, right?

az21:03:40

Will do thank you

bringe21:03:51

@U0ETXRFEW I think that would be best going forward

pez23:03:38

Need help testing a VSIX again, dear Calva friends. I’ve added a command for evaluating the code from start of the list up to the cursor. Sounds simple enough, which it is. But I had to restructure the select-for-evaluation code a bit because gnomes and kittens where in the line of fire. So now I could have broken something. My testing indicates I haven’t, but it is late here in the North… • Here’s the PR with some details: https://github.com/BetterThanTomorrow/calva/pull/1061 • Here’s the VSIX: https://11931-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.178-1057-evaluate-to-point-b54846a6.vsix

👍 6
Cris B05:03:55

@U0ETXRFEW - have used on and off for a few hours today sans issues. The new eval-to-cursor facility (nice!) doesn't so far seem to have broken anything for me.

❤️ 3
pez06:03:33

It really is a nice facility. I've been wanting to add it for quite a while, but procrastinated the needed restructuring. Thanks for giving it a spin!

Jan Ignatius06:03:29

Is this feature auto-updated with VS Code or do I have to manually update it?

pez06:03:44

It's not yet released. To use it you'll need to install the VSIX. Depending on your auto-update settings you will get it automatically once it is released.