Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 6368959

Browse files
committed
Add enableDebug to config
1 parent 70e021e commit 6368959

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@
110110
"description": "Display notices only on the console"
111111
}
112112
]
113+
},
114+
"enableDebug": {
115+
"type": "boolean",
116+
"default": false,
117+
"title": "Enable debug information for spell check",
118+
"order": 10
113119
}
114120
},
115121
"consumedServices": {

0 commit comments

Comments
 (0)