From 2d5a75879de09e1b8903fad9b8e9fd37ada12fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Wed, 15 Jul 2020 15:08:37 +0200 Subject: [PATCH] WIP --- test/schema.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/schema.test.ts b/test/schema.test.ts index 2077f182c..529cdcd48 100644 --- a/test/schema.test.ts +++ b/test/schema.test.ts @@ -480,4 +480,8 @@ suite('JSON Schema', () => { const hello_world_schema = await service.getResolvedSchema('hello_world'); assert.equal(hello_world_schema, null); }); + + test('yaml.schemas priority over schemastore', async() => { + + }); });