aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2025-06-22 23:54:20 +0200
committerDanielGavin <danielgavin5@hotmail.com>2025-06-22 23:54:20 +0200
commit83db9097154c1f64dbc290e00877667a95a9947c (patch)
treecde9f927417c3012740d796924397f14a2f37917 /misc
parentb33d44b82cc166aea9ef7e57a8ac7bc01c110bb9 (diff)
Update schema for new attribute: enable_auto_import
Diffstat (limited to 'misc')
-rw-r--r--misc/ols.schema.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json
index 1ce278c..cd2b6a6 100644
--- a/misc/ols.schema.json
+++ b/misc/ols.schema.json
@@ -60,6 +60,11 @@
"description": "Use snippets when completing procedures—adds parenthesis after the name.",
"default": true
},
+ "enable_auto_import": {
+ "type": "boolean",
+ "description": "Automatically import packages that aren't in your import on completion",
+ "default": true
+ },
"enable_references": { "type": "boolean" },
"enable_fake_methods": {
"type": "boolean",