We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e466b2a commit 8247b0dCopy full SHA for 8247b0d
Main.sublime-menu
@@ -12,24 +12,11 @@
12
"children":
13
[
14
{
15
- "caption": "UnicodeMath",
16
- "children":
17
- [
18
- {
19
- "command": "open_file", "args":
20
21
- "file": "${packages}/UnicodeMath/UnicodeMath.sublime-settings"
22
- },
23
- "caption": "Settings – Default"
24
25
26
27
28
- "file": "${packages}/User/UnicodeMath.sublime-settings"
29
30
- "caption": "Settings – User"
31
- }
32
- ]
+ "caption": "UnicodeMath Settings",
+ "command": "edit_settings", "args":
+ {
+ "base_file": "${packages}/UnicodeMath/UnicodeMath.sublime-settings"
+ },
33
}
34
]
35
0 commit comments