yaml-language-server
yaml-language-server copied to clipboard
Rework tests so that all schemas are locally
Instead of relying on schemas coming from the schemastore when running tests, we should either bring those schemas locally (the easiest solution) or just write schemas for each test (would be easier to test individual components but would be longer to do initially)