Skip to content

Commit d9f3ec0

Browse files
[Chore] Add settings docs for the filter_plugin_commands_on_package.
1 parent d4b2173 commit d9f3ec0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

resources/CommandsBrowser.sublime-settings

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,14 @@
5050
// The default value for this setting is "ctrl".
5151
"copy_command_signature_modifier_key": "ctrl",
5252

53+
// This setting allows a user to filter the plugin commands based on the
54+
// package name.
55+
//
56+
// Examples:
57+
// "all" - Shows all plugin commands.
58+
// ["PackageDev"] - Show only 'PackageDev' commands.
59+
// ["User", "OverrideAudti"] - Show 'OverrideAudit' & 'User' commands.
60+
//
61+
// The default value for this setting is "all".
5362
"filter_plugin_commands_on_package": "all"
5463
}

0 commit comments

Comments
 (0)