Fork me on GitHub
#calva
<
2023-02-22
>
riwepo01:02:58

Hello Calva friends! I have been using Calva with VS Code on Windows 10 and working through the Clojure exercises on https://exercism.org. It's been going great, however today, mysteriously my Calva has died. It seems like the clojure-lsp server is not starting up. I have tried disabling/uninstalling/re-installing the Calva plug-in and also uninstalling/re-installing VS Code itself. I found the error log file ~\AppData\Local\Temp\clojure-lsp.17403922282719836117.out, it is showing some errors but I can't work out what it means. I will attach the log file. Any help would be very welcome, apologies in advance I have probably done something dumb.

elena.poot01:02:54

I was just about to post about this, but wanted to try something first. Basically, I came here to see if it had been reported, saw there was a new version today, and reinstalled the prior version and everything was working again. I was just updating back to the new one to verify, and sure enough, clojure-lsp is not initializing. Also, lots of calva keybinds don't work at all, and trying to use them gets a brief "Activating Extensions..." item on the status bar. Meanwhile, clojure-lsp still has a wait spinner and vscode continues to consume CPU. Going back one version seems to fix it though.

pez06:02:28

@U4LCNMMGS can you file an issue from vscode? The Help menu has an entry for this. It will pass along some system info that could be of help figuring out what went wrong. And please describe the kind of project you are using. Could be something with how it’s structured.

elena.poot15:02:44

Sure, it'll be a little later this morning. The kind of project is ... chaotic? lol I'll include info though.

pez17:02:55

We have a repro-project now, @U4LCNMMGS And we have rolled back the change, v2.0.334 should work exactly as 332 did.

elena.poot17:02:42

It does, but I saw it was a rollback, and missed you had a repro, so I was about to do that. Thanks for letting me know!

elena.poot17:02:32

One additional data point I was going to include, and I'll drop it here in case it's useful: While lsp not initializing is the main thing, it wasn't the first thing I noticed, and maybe this will provide a useful clue: The first thing I noticed was that a lot of calva keybinds stopped working. The whole key stopped working though, as though the calva keybind was selected, but then didn't fire. It wasn't all of them, but delete, backspace, ctl-shift-right, pretty much anything related to paredit that I tried.

pez18:02:12

Thanks! Sounds like something crashes…

👍 2
julienvincent16:02:40

@U4LCNMMGS @U04RCKSF91N Can you two try this vsix build (https://output.circle-artifacts.com/output/job/63f952f1-c9f9-47a6-920d-87697bc2d33f/artifacts/0/tmp/artifacts/calva-2.0.335-pull-2090-3a17fa8f.vsix) and let me know if the issue is resolved for you (and/or if you find any other issues?). I would very much appreciate it!

elena.poot17:02:23

Sorry, no, no change from 333. clojure-lsp does not initialize and paredit keybinds are dead keys.

riwepo01:02:57

Thanks elena that's fixed it you are a life saver. 🙂

🧵 2
elena.poot01:02:31

glad it worked for you too, and one more data point for the devs. 🙂

🧵 2
Emma06:02:23

Hi! I'm having more a technical issue using clojure in VScode using Calva When I open my file, I get an error: "server initialization failed" and now I am unable to open a REPL. It was working perfectly fine last week and I have no idea what could have happened to cause this! Does anyone know how I can fix this? thanks!

Emma06:02:01

turns out an older version of the extension works, so I guess something went wrong with the update?

pez06:02:35

Hi! Can you try with an earlier version of Calva and see if it that works? In the extensions pane you can hover the Calva entry and you should get a settings button or something that brings up a menu.

pez06:02:59

Ah. How much older did you try?

Emma06:02:14

I'm using v2.0.331

pez06:02:27

Can you test with 332? Or was it 332 that caused you problems?

julienvincent09:02:44

Hi @U04RDFU3PJ4 are you running into this issue on Windows? If not, which OS are you using?

cjmurphy10:02:18

When you've selected a form how do you then also select the form above or below it, and then continue selecting more forms? In case it matters I'm selecting a form with Shift+Alt+Right Arrow (Expand Selection).

cjmurphy10:02:29

I see that keeping Shift+Alt keys pressed down and either doing Up Arrow or Down Arrow adds the above or below text lines to the selection, which is usually good enough.

pez11:02:08

Shift+ctrl+alt+left/right is what you are looking for, I think.

cjmurphy11:02:15

Those one's move parens around. I'm just looking to expand the selection but only in one direction. There wasn't a perfect way of doing this in IntelliJ either. The good enough trick is good enough.

pez11:02:10

Oh, sorry. was not at a computer. Skip the ctrl key there.

pez11:02:35

The Calva select commands are listed and demoed here: https://calva.io/paredit/#selecting

💯 2
cjmurphy15:02:15

I got it now. If you start at the right place then Shift+ctrl+left will grab upwards and Shift+ctrl+right will grab downwards. And you can back step by going in the opposite direction. I think you were giving me Mac keys but I'm on Linux 🙂.

ian rennie11:02:50

Hi, similar to Emma issue above: Update to calva v2.0.333 results in not being able to start REPL etc. Full details below. [newbie here, thanks for all the work on Calva, apologies in advance]

ian rennie11:02:01

## Change Took offered "update to latest" on Calva extension, from within VScode, i.e. offered automated update from: v2.0.332 to: v2.0.333 Accepted "restart VS code" option. Update seemed to succeed as far as VScode concerned.

ian rennie11:02:26

## Fault/result - unable to use REPL or see documentation - errant behaviour when clicking greyed out "REPL" (VScode bottom ribbon) to connect repl, - never successfully connected to repl - sometimes offered usual options (leiningen, figwheel, etc), - sometimes seems to attempt to start REPL without asking for these - never offered normal option when clicking on REPL (VScode bottom ribbon) to disconnect from the repl - same options from the VScode command menu also did not work

ian rennie11:02:47

### Further info/indicators The problem was encountered on both leiningen and deps.edn projects, all of which had no problems with REPL yesterday. - "clojure-lsp" spinning wheel when in clojure project (VScode bottom ribbon), - never changes from spinning wheel status - left it in this status for several minutes with no change - "activating extension" spinning wheel frequently appears for 1-2 seconds in VScode bottom ribbon, when try to e.g. "Manage Clojure LSP servers" - hover over to get documentation on clojure functions etc simply provides "Loading...." - it seems to start JVM processes in project folder (checked with jps -m in terminal)

ian rennie11:02:06

## Attempted fixes (none worked) - uninstalling and disabling Calva extension from VScode - killing VScode and opening again - killing JVM processes combined with above in different orders - complete restart of PC

ian rennie11:02:55

# Successful fix Reverting calva extension to v2.0.332 This removed all issues.

ian rennie11:02:22

# Environment information ## OS: M/soft windows pro 10, latest, more info with VScode info ## VScode info: Version: 1.75.1 (user setup) Commit: 441438abd1ac652551dbe4d408dfcec8a499b8bf Date: 2023-02-08T21:32:34.589Z Electron: 19.1.9 Chromium: 102.0.5005.194 Node.js: 16.14.2 V8: 10.2.154.23-electron.0 OS: Windows_NT x64 10.0.19045 Sandboxed: No ## (clojure-version) "1.10.1"

pez11:02:30

Thanks! Please sync with @U02CX2V8PJN about creating an issue on GitHub. It would be extra great if you can share a project where this is reproducible.

Thierry11:02:23

@U0ETXRFEW you can use this and just open it as folder with 2.0.333 and the same issue happens https://github.com/LouDnl/at-at

Thierry11:02:06

@U04R3PP70P3 You can add your findings in the this issue, they are exactly what I'm experiencing 🙂 https://github.com/BetterThanTomorrow/calva/issues/2087

ian rennie11:02:15

Thanks both: info added as comment in your ticket as requested

Thierry11:02:58

Calva v2.0.333 is not working for me in VSCode Insiders on Windows 11. v2.0.332 works just fine. Wan't me to create an issue on Git? Error thrown is:

ERR [Extension Host] Error: [UriError]: Scheme contains illegal characters.
	at P (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:23479)
	at new C (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:24679)
	at new f (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:26060)
	at C.parse (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:25171)
	at c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:537229
	at Array.map (<anonymous>)
	at c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:537134
	at Generator.next (<anonymous>)
	at i (c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:536044)
console.ts:137 [Extension Host] Error: [UriError]: Scheme contains illegal characters.
	at P (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:23479)
	at new C (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:24679)
	at new f (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:26060)
	at C.parse (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:25171)
	at c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:537229
	at Array.map (<anonymous>)
	at c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:537134
	at Generator.next (<anonymous>)
	at i (c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:536044) (at console.<anonymous> (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138847))
T	@	console.ts:137
$logExtensionHostMessage	@	mainThreadConsole.ts:39
N	@	rpcProtocol.ts:455
M	@	rpcProtocol.ts:440
H	@	rpcProtocol.ts:370
G	@	rpcProtocol.ts:296
(anonymous)	@	rpcProtocol.ts:161
invoke	@	event.ts:718
deliver	@	event.ts:926
fire	@	event.ts:887
fire	@	ipc.net.ts:671
ne.onmessage	@	localProcessExtensionHost.ts:615

pez11:02:44

Yes, issue, please. 🙏

pez12:02:21

We are rolling back the changes 332->333 now. They will return soon. (Minus the reported regressions.)

pez12:02:17

334 is up. Can you test?

Thierry13:02:16

different issue, it takes a while for calva to start. same erroneous oiutput

Thierry13:02:34

ill post the õutput to the git issue

Thierry13:02:39

I copy pasted the complete devtools console output from start

Thierry13:02:53

It takes a while, but eventually it starts

Thierry13:02:23

but these errors are not there in 332

Thierry13:02:31

the ones relating to Calva

Thierry13:02:48

ill post the 332 log aswell

pez13:02:46

That's very strange... I must check what I put into 334 now.

Thierry13:02:00

it does work tho

Thierry13:02:13

let me quickly check the 332 logs

Thierry13:02:17

posted them in the issue, definitely less issues and it starts quicker

Thierry07:02:12

Installed, will report

Thierry07:02:18

It starts, lsp starts, no errors in console, I jacked-in, got REPL but then it (being Calva and lsp) just stops being responsive. Can't use backspace in REPL, won't evaluate, lsp keeps loading and when clicking the loading icon it shows activating extensions next to it. Now the console has this message: INFO UNRESPONSIVE extension host: starting to profile NOW log.ts:398 WARN UNRESPONSIVE extension host: 'betterthantomorrow.calva' took 57.724388663300765% of 2887.793ms, saved PROFILE here: 'file:///c%3A/Users/thier/AppData/Local/Temp/exthost-942fab.cpuprofile'

Thierry07:02:26

And the cpu profile doesn't seem to have anything worth noting

Thierry07:02:30

but if you want it, let me know

julienvincent09:02:47

Hmm interesting. Does this hang happen deterministically? Does it happen when you only have the LSP server running and no REPL connection?

julienvincent09:02:55

Notice anything in particular that triggers it?

julienvincent09:02:26

I was able to reproduce this actually. Debugging!

metal 4
Thierry11:02:45

We're a step closer, everything starts. Waited a while and noticed that nothing happens when I click on the clojure-lsp name in the bottom status bar (blue one). I can jack in, that works and the repl responds aswell

Thierry11:02:53

There are however errors in the console

julienvincent12:02:53

Weird. Havent been able to reproduce this one

julienvincent12:02:07

Does the lsp features work though?

pez13:02:22

It says ”scheme contains illegal characters”, but could it still be some spaces or non-ascii characters in the project path that @U02CX2V8PJN has, but not you @U04HKE0BTC5?

Thierry13:02:19

dont think theres spaces in there? am i overlooking something?

Thierry13:02:48

ill check if lsp works as soon as i can

julienvincent09:02:11

I reproduced it! It happens when clicking on the management menu while there is a .lsp/config.edn file. Probably something to do with the .. Will get a fix out soonest.

metal 4
Thierry09:02:06

Thats good news! I have indeed got a .lsp/config.edn and a .clj-kondo/config.edn and both contain a line with folders to exclude.

julienvincent09:02:17

Ok the issue was our usage of Uri.parse which was interpreting the leading C:\ on windows as a URI scheme. Please try out this vsix: https://output.circle-artifacts.com/output/job/c5f196bd-001a-4960-af33-e98b5c601376/artifacts/0/tmp/artifacts/calva-2.0.335-pull-2090-5877356d.vsix Hopefully that’s the last of them!

Thierry09:02:57

Will do, just woke up

🙏 2
Thierry10:02:00

Installed, reloading

Thierry10:02:54

No issue so far, lsp starting up, no console errors. will jack-in when lsp is done

🙏 2
🤞 2
Thierry10:02:53

still starting

Thierry10:02:03

let me try and see whats going on by setting the logging to verbose

Thierry10:02:52

oof, trying to restart lsp throws a bunch of errors

Thierry10:02:26

ill reload the window

Thierry10:02:57

oh, the errors are cut in half, sorry bout that

pez11:02:09

No problem. What's important here is to try figure out if this is new since 333 or 335.

Thierry11:02:36

still starting after reloading window, ill try and jack in to see what happens then. the clojure language client output shows nothing strange

pez11:02:39

If it's something introduced earlier, it is better we handle it in a separate issue+PR.

pez11:02:52

Try delete the .lsp/.cache directory and see if it could be some bad state there causing the start to fail.

Thierry11:02:10

jack in works

julienvincent11:02:59

Those errors being thrown is ‘normal’ when trying to stop a client that is still starting and existed prior to 333

Thierry11:02:20

okay, hadnt noticed them before.

Thierry11:02:28

deleted the cache folder and restarted vscode

🤞 4
pez11:02:14

How long does it usually take to start?

Thierry11:02:18

throws this in console

Thierry11:02:32

quite fast actually, let me time it on the previous version

pez11:02:15

I guess it is a problem with spaces in that path there.

pez11:02:06

No, I was sloppy reading the message. Disregard that ^ 😃

julienvincent11:02:52

What is even throwing that.. that doesn’t seem related to the work in 333/335

Thierry11:02:38

hmm, let me try to see whats goung on here as lsp is still loading even on 334, which is weird as it worked just fine yesterday.

julienvincent11:02:04

Ok, then I think the issue you have now is some bad state unrelated (probably) to these recent changes

julienvincent11:02:08

I hope at least :P

pez11:02:31

I'm hoping and thinking the same. 😃

Thierry11:02:41

can i enable kondo logs somewhere?

Thierry11:02:22

last time it took this long it was kondo throwing a tantrum, but i only saw that after installing and enabling the kondo extension as standalone

pez11:02:28

Can you try with regular VS Code. If it is your Insiders install that has accrued some bad state...

Thierry11:02:59

just did, have tried both now. nothing strange in the console. I removed the workspace storage and cache for lsp and kondo

Thierry11:02:13

going to try another project now

Thierry11:02:18

to see if thats the issue here

pez11:02:47

I was about to suggest a computer reboot. But much better to check with another project first. 😃

Thierry11:02:14

yea its something to do with the project or the project settings

Thierry11:02:20

my at-at fork works fine

Thierry11:02:31

ill try the new vsix on the at-at fork

Thierry11:02:51

vsix works fine now

Thierry11:02:00

il go over my project settings

pez11:02:03

And maybe try the problematic project with clojure-lsp only. If that's possible. Not sure how to do that....

Thierry11:02:45

okay, so I copied config.edn from both kondo and lsp to my at-at fork and everything still works

partyparrot 2
Thierry11:02:50

with the new vsic

Thierry11:02:31

btw, this error is strange as the file does exist. spaces in path maybe?

pez11:02:43

The clojure-lsp executable that Calva uses lives in its extension folder. VS Code has a command Extensions: Open Extensions Folder that will show you where the various Calva versions live.

Thierry11:02:15

the exe file starts fine

Thierry11:02:23

I think it's busy doing something

Thierry11:02:27

ill wait a bit longer

Thierry11:02:43

Finally, it started

Thierry11:02:24

it's doing something that makes it take up 7gb of ram. I have a running issue at lsp for this, it was solved. something must have changed. ill dive into this myself

Thierry11:02:23

yeah, fixed it. I had large files in my project that are normally excluded but werent now somehow

Thierry11:02:11

@U04HKE0BTC5 your vsix works

🎉 2
Thierry11:02:56

restarting vscode now to clear some cache and see if there are any errors in console still, maybe unrelated to this

pez11:02:31

Once this is released, I'd like an issue for each error message you have in that console, @U02CX2V8PJN. I think I got rid of a few of them a while back, but we should go for Zero. Will make it so much easier to debug things.

Thierry11:02:07

like these? they appear after jackin

Thierry11:02:25

dont see anything going on that should throw this tho

pez11:02:58

Since you even ask about it, yes, like these. 😃

Thierry11:02:38

right, will wait for release and then throw some issues at you :melting_face::rolling_on_the_floor_laughing:

🙏 2
pez11:02:10

I think those particular ones are not Windows specific, but anyway. It would be super helpful!

🙌 2
pez12:02:21
replied to a thread:Calva v2.0.333 is not working for me in VSCode Insiders on Windows 11. v2.0.332 works just fine. Wan't me to create an issue on Git? Error thrown is: ERR [Extension Host] Error: [UriError]: Scheme contains illegal characters. at P (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:23479) at new C (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:24679) at new f (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:26060) at C.parse (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:25171) at c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:537229 at Array.map (&lt;anonymous&gt;) at c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:537134 at Generator.next (&lt;anonymous&gt;) at i (c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:536044) console.ts:137 [Extension Host] Error: [UriError]: Scheme contains illegal characters. at P (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:23479) at new C (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:24679) at new f (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:26060) at C.parse (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:25171) at c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:537229 at Array.map (&lt;anonymous&gt;) at c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:537134 at Generator.next (&lt;anonymous&gt;) at i (c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:536044) (at console.&lt;anonymous&gt; (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138847)) T @ console.ts:137 $logExtensionHostMessage @ mainThreadConsole.ts:39 N @ rpcProtocol.ts:455 M @ rpcProtocol.ts:440 H @ rpcProtocol.ts:370 G @ rpcProtocol.ts:296 (anonymous) @ rpcProtocol.ts:161 invoke @ event.ts:718 deliver @ event.ts:926 fire @ event.ts:887 fire @ ipc.net.ts:671 ne.onmessage @ localProcessExtensionHost.ts:615

We are rolling back the changes 332->333 now. They will return soon. (Minus the reported regressions.)

Thierry13:02:13
replied to a thread:Calva v2.0.333 is not working for me in VSCode Insiders on Windows 11. v2.0.332 works just fine. Wan't me to create an issue on Git? Error thrown is: ERR [Extension Host] Error: [UriError]: Scheme contains illegal characters. at P (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:23479) at new C (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:24679) at new f (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:26060) at C.parse (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:25171) at c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:537229 at Array.map (&lt;anonymous&gt;) at c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:537134 at Generator.next (&lt;anonymous&gt;) at i (c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:536044) console.ts:137 [Extension Host] Error: [UriError]: Scheme contains illegal characters. at P (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:23479) at new C (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:24679) at new f (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:26060) at C.parse (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:66:25171) at c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:537229 at Array.map (&lt;anonymous&gt;) at c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:537134 at Generator.next (&lt;anonymous&gt;) at i (c:\Users\thier\.vscode-insiders\extensions\betterthantomorrow.calva-2.0.333\out\extension.js:2:536044) (at console.&lt;anonymous&gt; (d:\Beheer\_portable-tools\programming\VSCode-win32-x64-1.76.0-insider\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:96:138847)) T @ console.ts:137 $logExtensionHostMessage @ mainThreadConsole.ts:39 N @ rpcProtocol.ts:455 M @ rpcProtocol.ts:440 H @ rpcProtocol.ts:370 G @ rpcProtocol.ts:296 (anonymous) @ rpcProtocol.ts:161 invoke @ event.ts:718 deliver @ event.ts:926 fire @ event.ts:887 fire @ ipc.net.ts:671 ne.onmessage @ localProcessExtensionHost.ts:615

Sure