We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc8c512 + 252928c commit ed1141eCopy full SHA for ed1141e
package/configuration.lua
@@ -506,7 +506,7 @@ local config = {
506
["Lua.format.enable"] = {
507
scope = 'resource',
508
type = "boolean",
509
- default = "true",
+ default = true,
510
markdownDescription = "%config.format.enable%"
511
},
512
["Lua.format.defaultConfig"] = {
setting/schema.json
@@ -1199,7 +1199,7 @@
1199
"type": "object"
1200
1201
"format.enable": {
1202
- "default": "true",
+ "default": true,
1203
"markdownDescription": "Enable code formatter.",
1204
"scope": "resource",
1205
"type": "boolean"
@@ -1818,4 +1818,4 @@
1818
1819
"title": "setting",
1820
1821
-}
+}
0 commit comments