We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e443b commit 7407fe8Copy full SHA for 7407fe8
__init__.py
@@ -34,7 +34,8 @@
34
"title" : "Syntax highlighting for snippets",
35
"type" : "boolean",
36
"default" : true,
37
- "description" : "Whether to syntax highlight (may be performance problems with very large snippets and the current highlighting implementation.)"
+ "description" : "Whether to syntax highlight (may be performance problems with very large snippets and the current highlighting implementation.)",
38
+ "ignore" : ["SettingsProjectScope", "SettingsResourceScope"]
39
}
40
""")
41
0 commit comments