Commit 182818c
committed
Fix language-configuration schema squiggle
Switch autoClosingPairs / surroundingPairs from array tuples to the
{ open, close } object form (also adds notIn:["string"] on quote
pairs so VS Code does not auto-close another quote inside a string).
Add a $schema reference to the SchemaStore catalog
(https://json.schemastore.org/language-configuration.json) so the
file is validated against a real public schema instead of an
inferred one.1 parent e516e66 commit 182818c
1 file changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
0 commit comments