Fork me on GitHub
#calva
<
2020-04-28
>
otwieracz12:04:28

How can I rebind slurp and barf from ctrl+<arrows> on macOS?

hindol16:04:02

Since I am playing around with language server protocol a bit, and I happen to have Calva installed, 😉, I noticed this log. Otherwise, this is not an issue as far as I am concerned.

[2020-04-28 21:45:13.502] [exthost] [error] Activating extension betterthantomorrow.calva failed due to an error:
[2020-04-28 21:45:13.503] [exthost] [error] TypeError: Cannot read property '0' of undefined
	at b (/home/hiadhy/.vscode-server/extensions/betterthantomorrow.calva-2.0.95/out/extension.js:1:7101)
	at Object.e.resolvePath (/home/hiadhy/.vscode-server/extensions/betterthantomorrow.calva-2.0.95/out/extension.js:1:8197)
	at Object.e.content (/home/hiadhy/.vscode-server/extensions/betterthantomorrow.calva-2.0.95/out/extension.js:135:63156)
	at /home/hiadhy/.vscode-server/extensions/betterthantomorrow.calva-2.0.95/out/extension.js:9:270013
	at Object.e.getConfig (/home/hiadhy/.vscode-server/extensions/betterthantomorrow.calva-2.0.95/out/extension.js:9:270201)
	at Object.e.activate (/home/hiadhy/.vscode-server/extensions/betterthantomorrow.calva-2.0.95/out/extension.js:135:91254)
	at e.activate (/home/hiadhy/.vscode-server/extensions/betterthantomorrow.calva-2.0.95/out/extension.js:135:31664)
	at Function._callActivateOptional (/home/hiadhy/.vscode-server/bin/ff915844119ce9485abfe8aa9076ec76b5300ddd/out/vs/server/remoteExtensionHostProcess.js:806:244)
	at Function._callActivate (/home/hiadhy/.vscode-server/bin/ff915844119ce9485abfe8aa9076ec76b5300ddd/out/vs/server/remoteExtensionHostProcess.js:805:909)
	at /home/hiadhy/.vscode-server/bin/ff915844119ce9485abfe8aa9076ec76b5300ddd/out/vs/server/remoteExtensionHostProcess.js:804:960
	at processTicksAndRejections (internal/process/task_queues.js:89:5)
This happens when I open a new tab, don't save the file and manually change the type to Clojure. Just FYI.

pez16:04:56

Oh. Please file as an issue!