Peter Strömberg

Results 545 comments of Peter Strömberg

Someone with access to Codespaces out there? Would be good to know if Calva works there in the non-browser setting.

Hmmm, this is a tricky one! There is definitely value in being able to operate by word. At the same time the commands you mention have sexpr/form semantics, not words....

Ah, I see. I think the constraint there is that VS Code uses words for triggering hover/lookup/etcetera logic, so we need the full symbols. (Not completely sure about this, there...

I see. Would you say this issue is covered by the note here? https://calva.io/customizing/#clojure-defaults

Thanks! 🙏 > one of the last versions up to v2.0.257 Just to understand this. The projects root menu was added in 257. But this stopped working before that? Also....

@svdo Can you run Calva in the debugger and see if `await vsls.getApi()` ever resolves for you? I guess it does, since you get a project type prompt, but anyway....

I wish I could test it, but LiveShare doesn't work at all for me because of that promise not resolving...

The mkdir is probably from here: https://github.com/BetterThanTomorrow/calva/blob/dev/src/results-output/results-doc.ts#L124

Thanks for the feature request! Last time I checked the debug console did not support input outside a debug session. And I couldn't make it use Clojure syntax haghlighting. These...