Fork me on GitHub
#calva
<
2023-10-18
>
saumay00:10:43

Hi, I added the Calva extension to VSCode and used the Command Pane to Fire up the Getting Started REPL but it just showed some output and didn't open the 3 files that the website docs mention. Output:

Welcome to Calva. Happy Clojure and ClojureScript coding! ❤️

Please check these resources out:
  Calva Documentation: 
  #calva at the Clojurians Slack: 
  Bug reports: 

If you like Calva, please consider how you can contribute: 

Calva is utilizing cider-nrepl and clojure-lsp to create this VS Code experience.
  nREPL dependencies configured:
    nrepl: 1.0.0
    cider-nrepl: 0.28.5
    cider/piggieback: 0.5.3
  clojure-lsp version configured: latest

If you are new to Calva, please see: 
  And please consider the command: **Calva: Fire up the Getting Started REPL**

Calva version used: v2.0.391

pez05:10:24

Hello. Can you try again with the dev console open? (Help menu -> Show Developer Tools). Hopefully we can get some clues to what goes wrong. What OS are you on?

saumay15:10:00

Hi, the console showed a bunch of errors when I toggled the developer tools. The error message:

console.ts:137 [Extension Host] TypeError: Cannot read properties of undefined (reading '0')
	at /home/saumay/.vscode/extensions/betterthantomorrow.calva-2.0.391/out/extension.js:2:632198
	at Generator.next (<anonymous>)
	at /home/saumay/.vscode/extensions/betterthantomorrow.calva-2.0.391/out/extension.js:2:629430
	at new Promise (<anonymous>)
	at l (/home/saumay/.vscode/extensions/betterthantomorrow.calva-2.0.391/out/extension.js:2:629175)
	at k (/home/saumay/.vscode/extensions/betterthantomorrow.calva-2.0.391/out/extension.js:2:632126)
	at /home/saumay/.vscode/extensions/betterthantomorrow.calva-2.0.391/out/extension.js:2:633105
	at Generator.next (<anonymous>)
	at /home/saumay/.vscode/extensions/betterthantomorrow.calva-2.0.391/out/extension.js:2:629430
	at new Promise (<anonymous>)
	at l (/home/saumay/.vscode/extensions/betterthantomorrow.calva-2.0.391/out/extension.js:2:629175)
	at Object.init (/home/saumay/.vscode/extensions/betterthantomorrow.calva-2.0.391/out/extension.js:2:632300)
	at /home/saumay/.vscode/extensions/betterthantomorrow.calva-2.0.391/out/extension.js:2:571548
	at Generator.next (<anonymous>)
	at /home/saumay/.vscode/extensions/betterthantomorrow.calva-2.0.391/out/extension.js:2:570488
	at new Promise (<anonymous>)
	at l (/home/saumay/.vscode/extensions/betterthantomorrow.calva-2.0.391/out/extension.js:2:570233)
	at e.activate (/home/saumay/.vscode/extensions/betterthantomorrow.calva-2.0.391/out/extension.js:2:571316)
	at Y.eb (/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:118:13032)
	at Y.db (/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:118:12750)
	at /usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:118:10857
	at async E.n (/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:107:6206)
	at async E.m (/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:107:6169)
	at async E.l (/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:107:5626)