add enable_autofix option

This commit is contained in:
Techatrix
2022-09-24 21:30:36 +02:00
parent 40c28d7a64
commit cfb7c16de0
5 changed files with 13 additions and 0 deletions

View File

@@ -14,6 +14,11 @@
"type": "boolean",
"default": "true"
},
"enable_autofix": {
"description": "Whether to automatically fix errors on save. Currently supports adding and removing discards.",
"type": "boolean",
"default": "false"
},
"enable_import_embedfile_argument_completions": {
"description": "Whether to enable import/embedFile argument completions",
"type": "boolean",