Fix command name and expose settings

This commit is contained in:
2025-06-09 23:13:24 +04:00
parent 70586e28e1
commit 940e8ae9ec
6 changed files with 33 additions and 6 deletions

View File

@@ -1,6 +1,11 @@
[
{
"caption": "Clear Text",
"caption": "TextCleaner: Clean Text",
"command": "text_cleaner"
},
{
"caption": "TextCleaner: Settings",
"command": "open_file",
"args": {"file": "${packages}/TextCleaner/TextCleaner.sublime-settings"}
}
]
]