@m1ke@manchuck To be fair, $ref isn’t part of YAML. YAML doesn’t really have any include/import statements. $ref was borrowed from JSON Schema for the OAS, so it makes sense that any generic YAML language servers wouldn’t support it.
@ramsey@m1ke Yea same here. I was just wondering if there is an OAS LSP out there. I just started writing one this afternoon. I'm trying out writing it in Go since that is something I've been wanting to learn for a while now.