From d21e79395c1bc325372176c2ccbcbe95e732f36f Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Fri, 11 Dec 2020 14:38:44 -0800 Subject: [PATCH] Add schema support for global.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d4177f01d..812135da5 100644 --- a/package.json +++ b/package.json @@ -896,6 +896,10 @@ { "fileMatch": "omnisharp.json", "url": "http://json.schemastore.org/omnisharp" + }, + { + "fileMatch": "global.json", + "url": "http://json.schemastore.org/global" } ], "commands": [ @@ -3652,4 +3656,4 @@ ] } } -} \ No newline at end of file +}