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:
@@ -95,6 +95,10 @@ impl JsonLspAdapter {
|
||||
"format": {
|
||||
"enable": true,
|
||||
},
|
||||
"validate":
|
||||
{
|
||||
"enable": true,
|
||||
},
|
||||
"schemas": [
|
||||
{
|
||||
"fileMatch": ["tsconfig.json"],
|
||||
|
||||
Reference in New Issue
Block a user