nobody-famous
nobody-famous
Yeah, that shouldn't happen. What platform are you on? My initial attempt to recreate it was unsuccessful, it prints like the right side for me. If I can figure out...
I didn't think about it initially, but there's some of the weird swank port voodoo going on. The Emacs REPL talks to a swank server, which means you're starting a...
This might be fixed in the new release. I don't have a Mac, so can't verify it.
Should be fixed in 0.3.13.
if you select the output tab, next to the repl tab on the panel, and select Alive LSP from the drop-down menu, what does it show?
I put up a new version that'll hopefully help track this down. I was able to recreate the behavior by throwing an exception in a block of code that wasn't...
Attempt number 2. I added logging for the extension startup. Under the output tab there should now be an Alive Log option in the drop down menu.
That is really strange. The only thing the function right after that log message is doing is trying to determine the workspace folder. The only case that looks like it...
Getting closer, hopefully. I found a couple issues with the multiple folders support, which is good, but I still don't see how it's silently failing. :-/ I put in some...
That's an issue with ASDF. It looks like you're on debian, so installing the cl-asdf package should fix it.