mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
nest settings menu under Package Settings
This commit is contained in:
parent
f14ece63f3
commit
02e2bfcad2
@ -4,6 +4,12 @@
|
|||||||
"mnemonic": "n",
|
"mnemonic": "n",
|
||||||
"id": "preferences",
|
"id": "preferences",
|
||||||
"children":
|
"children":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"caption": "Package Settings",
|
||||||
|
"mnemonic": "P",
|
||||||
|
"id": "package-settings",
|
||||||
|
"children":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"caption": "WakaTime",
|
"caption": "WakaTime",
|
||||||
@ -24,6 +30,13 @@
|
|||||||
"file": "${packages}/User/WakaTime.sublime-settings"
|
"file": "${packages}/User/WakaTime.sublime-settings"
|
||||||
},
|
},
|
||||||
"caption": "Settings – User"
|
"caption": "Settings – User"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "wakatime_dashboard",
|
||||||
|
"args": {},
|
||||||
|
"caption": "WakaTime Dashboard"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user