From 3166ad49cc6e2666d862f7d1d5acceecef89ac17 Mon Sep 17 00:00:00 2001 From: Homa Wong Date: Sun, 23 Apr 2023 21:10:53 -0700 Subject: [PATCH] fix: typo This should fix the error: ```sh $ref 'gobalconfiguration' in 'vscode://schemas/settings/configurationDefaults' can not be resolved.``` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 55c97a41..712e3453 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ }] }, "configuration": { - "$id": "#gobalconfiguration", + "$id": "#globalconfiguration", "title": "Front Matter: use frontmatter.json for shared team settings", "type": "object", "properties": { @@ -114,7 +114,7 @@ "markdownDescription": "Specify if this project is the default project to load." }, "configuration": { - "$ref": "#gobalconfiguration" + "$ref": "#globalconfiguration" } } } @@ -2431,4 +2431,4 @@ "vsce": { "dependencies": false } -} \ No newline at end of file +}