The problem with #13459 was the bump to a newer JSON LS version, which requires explicitly opting into validation. Release Notes: - Fixed JSON validation being disabled by default (Preview only)
This commit is contained in:
parent
5c7a8f779a
commit
28c5e33e0c
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,10 @@ impl JsonLspAdapter {
|
|||
"format": {
|
||||
"enable": true,
|
||||
},
|
||||
"validate":
|
||||
{
|
||||
"enable": true,
|
||||
},
|
||||
"schemas": [
|
||||
{
|
||||
"fileMatch": ["tsconfig.json"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue