Adam Voss
Adam Voss
@KvanTTT is that still advisable when this project says "**ANTMark is not usable**"?
+5; I'm new to angular though, so would also be interested in hearing if the need for this is the result of some code smell and there is a better...
I agree about the GitHub wiki. I think it was important in the early days of GitHub, but now GitHub Pages is pretty much always a better solution. With respect...
> On this point, it would seem we are at an impasse. I apologize for giving that impression. I thought I acknowledged that I may be wrong about Markdown, but...
Yes, it would be possible. The [JSON implementation](https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/services/jsonCompletion.ts) could be used as a reference for seeing how to interact with the Schema to get suggestions. The [Language Server Protocol](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md) document...
I recognize this is not an ideal solution, but the solution is to not use the code formatting functionality. The underlying library that provides formatting [does not (and will not)...
Reopening as a placeholder to try to reduce issue duplication.
@txomon That is a good idea. It will require a new release of `vscode-yaml` in order to show on the marketplace and I'm currently working on some potentially big changes...
Crashing VSCode is actually kind of impressive :sunglasses: the bulk of the code lives out-of-process in a Language Server that can crash independently. If you find a way to reproduce...
How big are we talking? I tried it with 5,000 lines and was able to scroll to the bottom. Trying with 10,000 lines it appears to just give up on...