Alexey Alekhin
Alexey Alekhin
> Always open on project open/add folder if a specific file is present (e.g. a project definition) and only close if Atom closes or the project folder is removed That's...
> There is an advantage to allowing it (i.e. stuff that people have implemented in their servers/extensions actually works). I don't see any advantage to blocking this behavior. There is...
> But, what do you do if it is not possible? I think that's what we are talking about here. @kdvolder @deankevorkian explained why it's not possible to do in...
@Aerijo when it's intentionally closed (which also covers restart). My use case was that I create a status bar element to show some info from the server and when the...
You should also take into account that some languages will have several packages implementing this functionality, for example, for different language servers. It's up to user to decide which one...
+1 for the changes list preview on update and for the changelog button next to update button
Isn't it published ivy style? In the [Files tab of the 0.7.1 version](https://bintray.com/laughedelic/sbt-plugins/literator/0.7.1#files) I see ``` docs ivys jars srcs ``` The v0.7.0 is published maven style, but this was...
sbt-bintray sets `publishMavenStyle` depending on the value of `sbtPlugin`. So it should publish plugins ivy-style. And yes, as far as I know there is an ivy resolver in for sbt-plugin-releases...
Oh, I also had this validation: ```yaml - do: description # All todo check boxes must be checked. must_exclude: regex: '- \[ \]' message: There are incomplete TODO task(s) unchecked...
hi! this doesn't solve the issue. I just stopped using the buggy rule. the bug is that the regex rule fails on too big description. it's not a big deal...