Skip to content

Commit 7407fe8

Browse files
committed
update settings scope
1 parent c0e443b commit 7407fe8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"title" : "Syntax highlighting for snippets",
3535
"type" : "boolean",
3636
"default" : true,
37-
"description" : "Whether to syntax highlight (may be performance problems with very large snippets and the current highlighting implementation.)"
37+
"description" : "Whether to syntax highlight (may be performance problems with very large snippets and the current highlighting implementation.)",
38+
"ignore" : ["SettingsProjectScope", "SettingsResourceScope"]
3839
}
3940
""")
4041

0 commit comments

Comments
 (0)