summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1d8ad9e1..dbbb8d76 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,12 @@
"scope": "resource",
"type": "array"
},
+ "Lua.diagnostics.enable": {
+ "default": true,
+ "markdownDescription": "%config.diagnostics.enable%",
+ "scope": "resource",
+ "type": "boolean"
+ },
"Lua.diagnostics.globals": {
"items": "string",
"markdownDescription": "%config.diagnostics.globals%",