Skip to content

Commit

Permalink
💥 Set right type for settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon committed Jun 20, 2023
1 parent de13afd commit 80b1dda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@
"markdownDescription": "Set the yaml file for `AppLocalizations`."
},
"l10nization.haveMetadatas": {
"type": "bool",
"type": "boolean",
"default": "false",
"markdownDescription": "If enabled, add inputBot for description."
},
"l10nization.flutterPubGetEnabled": {
"type": "bool",
"type": "boolean",
"default": "true",
"markdownDescription": "If enabled, run the `flutter.packages.get` command of the [Dart extension](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code)."
},
"l10nization.arbSort": {
"type": "bool",
"type": "boolean",
"default": "true",
"markdownDescription": "If enabled, sort keys alphabetically except for `@@locale` is first and `@key` are below their `key`."
}
Expand Down

0 comments on commit 80b1dda

Please sign in to comment.