Jason Desrosiers
Jason Desrosiers
@CaptainTron A good place to start is https://code.visualstudio.com/api/language-extensions/language-server-extension-guide. I'd suggest going through that guide and the sample project it describes. Then add some features to the sample project. That should...
My concern about automatic formatting is that most of the time it makes code less readable because it's too generic and can't take context and aesthetics into account. The developer...
This looks promising, https://ota-meshi.github.io/eslint-plugin-jsonc/. It looks like it covers the basics and has at least some of the more advanced rules that I mentioned implemented, such as this one, https://eslint.org/docs/latest/rules/object-curly-newline.
> It’s non-trivial This might be a smaller effort than you think. Most implementers start off thinking it's hard, and then the actual implementation ends up being a very simple....
Good catch! I missed that one. I'd love to see a PR addressing this issue.
I hate to bump an issue that has been dormant for months, but I wanted to point out that the proper response when ETags don't match is 412 Precondition Failed,...
I just pushed an update filling in the missing sections as well as some refactoring. The following is a summary of the changes I made. I'm concerned about the "proposal"...
@gregsdennis, it seems we have different ideas about the purpose of documents like this one. I was thinking about these primarily as spec documents, while it seems you're looking at...
> With this new ordering, to get the full context, the reader has to jump around the document. What I was going for was to give readers the tldr summary...
I like the comparison to an ADR. That's how I understood it after your initial response, but that analogy explains the purpose better than I did. I completely agree that...