Skip to content

Commit 4ebd347

Browse files
authored
fix: format.enable default true
1 parent fc8c512 commit 4ebd347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setting/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@
11991199
"type": "object"
12001200
},
12011201
"format.enable": {
1202-
"default": "true",
1202+
"default": true,
12031203
"markdownDescription": "Enable code formatter.",
12041204
"scope": "resource",
12051205
"type": "boolean"
@@ -1818,4 +1818,4 @@
18181818
},
18191819
"title": "setting",
18201820
"type": "object"
1821-
}
1821+
}

0 commit comments

Comments
 (0)