Chris Kipp

Results 299 comments of Chris Kipp

So I just tested this again with VS Code and I still get these errors. I'd recommend opening up an issue with Bleep and explaining because I don't see any...

Just came across this, and it's a bit confusing if you don't look closely. For example, at a quick glance, there were no issues, everything was green. However, when you...

I actually just came here to also request this and was happy to see this was here. I'm not super familiar with the process of getting language support added, but...

For some more context, JFROG is read only for sbt plugins now. To release the official recommendation is to instead just publish to [Sonatype OSSR](https://central.sonatype.org/publish/publish-guide/). If you're not familiar with...

@jrouly would you be open to a PR addressing this? I see there are other artifacts being pushed to Maven centeral here: https://repo1.maven.org/maven2/org/openapitools/. I'm happy to send in a pr...

> What can be done about that? Do the authors of the dependencies themselves need to take action? No, the authors don't need to do anything. It's a bit of...

> I wonder if we should have Bloop default and advanced modes. > Advanced would work the same way as currently, but the default would: > > * when starting...

> My point is, bloop is a transitional technology Could you expand on what you mean by this? Is this a general statement or referring to the use of Bloop...

I have no idea if this is possible in VS Code or not, but one of the things you can do with `nvim-metals` is make a configuration that takes in...

Hey @suliatis, good question! So the behaviour you're explaining is the [`completionItem/resolve`](https://microsoft.github.io/language-server-protocol/specification#completionItem_resolve). So this is sent from the client to the server and the server simply responds to the request....