Skip to content

Commit 061f0cc

Browse files
committed
config option to enable importmagic
1 parent c7e5b36 commit 061f0cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vscode-client/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
},
3636
"uniqueItems": true
3737
},
38+
"pyls.plugins.importmagic_lint.enabled": {
39+
"type": "boolean",
40+
"default": true,
41+
"description": "Enable or disable the plugin."
42+
},
3843
"pyls.plugins.importmagic_lint.minScore": {
3944
"type": "number",
4045
"default": 1,

0 commit comments

Comments
 (0)