Skip to content

Commit 7f3d15b

Browse files
[Chore] Add necessary properties in sublime-package.json file.
This commit adds necessary properties in `sublime-package.json` file to auto complete the setting `filter_plugin_commands_on_package`.
1 parent d9f3ec0 commit 7f3d15b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

sublime-package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@
2121
"Include commands from 3.8 plugin host only.",
2222
]
2323
},
24+
"filter_plugin_commands_on_package": {
25+
"oneOf": [
26+
{
27+
"type": "string",
28+
"default": "all"
29+
},
30+
{
31+
"type": "array",
32+
}
33+
],
34+
"default": "all",
35+
"markdownDescription": "This setting allows a user to filter plugin/package commands based on the package name.",
36+
},
2437
"copy_command_signature_modifier_key": {
2538
"type": "string",
2639
"default": "ctrl",

0 commit comments

Comments
 (0)