Chris Kipp

Results 299 comments of Chris Kipp

Thanks a lot for the feedback everyone. I'm going ahead with the plan of officially deprecating `coc-metals` and the documentation on the website will reflect this right after the next...

Thanks for the question! > Is there a way to prevent metals from prompting if it should import changes? This becomes a little cumbersome when working on the cli with...

> coc.nvim starts up a Metals server, but I would like it to not do it for files that aren't *.scala or *.sbt So this is a total guess, but...

So then yes. What I mean by workspace is in LSP sort of relies on a workspace. So most editors have a "open workspace" option, which opens a folder and...

> Maybe exclude diff filetypes from activation? Well again, it's not so much the diff that is causing the activation. For example, if you just randomly open up a diff...

@arbitrary-dev > Yeah, I understand that. The question is, could the filetype be used as an exclusion from activation? Sorry for the delayed response. But I took some time to...

So I'm actually not fully sure the best way to do this as it's not installed like a normal Vim plugin, so by default the docs won't be picked up....

At the risk of looking foolish, I'll jump in here and say that the inclusion in scoverage was my fault. Looking more closely now, I definitely understand how foolish of...

> Perhaps the best question to ask is: what directed you to the `fake-insecure` version instead of the actual secure version https://github.com/scala-js/scala-js-java-securerandom ? I looked at the secure version first...

> > I honestly don't even think the insecure-securerandom should exist, as this will probably happen again. > > @ckipp01 so just to clarify this: You would have preferred if...