chore: auto-update files

Charm created

Change summary

schema.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

Detailed changes

schema.json 🔗

@@ -432,7 +432,13 @@
         },
         "auto_lsp": {
           "type": "boolean",
-          "description": "Automatically setup LSPs based on root markers"
+          "description": "Automatically setup LSPs based on root markers",
+          "default": true
+        },
+        "progress": {
+          "type": "boolean",
+          "description": "Show indeterminate progress updates during long operations",
+          "default": true
         }
       },
       "additionalProperties": false,