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,