We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fe5458 + 91682da commit b61546dCopy full SHA for b61546d
Main.sublime-menu
@@ -32,21 +32,9 @@
32
"children":
33
[
34
{
35
- "caption": "MarkdownTOC",
36
- "children":
37
- [
38
- {
39
- "command": "open_file",
40
- "args": {"file": "${packages}/MarkdownTOC/MarkdownTOC.sublime-settings"},
41
- "caption": "Settings – Default"
42
- },
43
44
45
- "args": {"file": "${packages}/User/MarkdownTOC.sublime-settings"},
46
- "caption": "Settings – User"
47
48
- { "caption": "-" }
49
- ]
+ "caption": "MarkdownTOC Settings",
+ "command": "edit_settings",
+ "args": {"base_file": "${packages}/MarkdownTOC/MarkdownTOC.sublime-settings"},
50
}
51
]
52
0 commit comments