Use settings JSON schema when editing local settings files
This commit is contained in:
parent
89446c7fd4
commit
ed0fa2404c
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue