Use settings JSON schema when editing local settings files

This commit is contained in:
Max Brunsfeld 2023-05-29 14:31:54 -07:00
parent 89446c7fd4
commit ed0fa2404c

View File

@ -135,7 +135,10 @@ impl LspAdapter for JsonLspAdapter {
},
"schemas": [
{
"fileMatch": [schema_file_match(&paths::SETTINGS)],
"fileMatch": [
schema_file_match(&paths::SETTINGS),
&*paths::LOCAL_SETTINGS_RELATIVE_PATH,
],
"schema": settings_schema,
},
{