-
Notifications
You must be signed in to change notification settings - Fork 4
/
Main.sublime-menu
26 lines (26 loc) · 1.13 KB
/
Main.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"caption": "TFS",
"mnemonic": "T",
"id": "tfs",
"children":
[
{ "command": "tfs_checkout", "caption": "Checkout" },
{ "command": "tfs_undo", "caption": "Undo" },
{ "command": "tfs_checkin", "caption": "Checkin..." },
{ "command": "tfs_history", "caption": "History..." },
{ "command": "tfs_add", "caption": "Add" },
{ "command": "tfs_get_latest", "caption": "Get Latest Version" },
{ "command": "tfs_difference", "caption": "Compare With Latest..." },
{ "command": "tfs_delete", "caption": "Delete" },
{ "command": "tfs_shelve", "caption": "Shelve..." },
{ "command": "tfs_status", "caption": "Status" },
{ "command": "tfs_annotate", "caption": "Annotate..." },
{ "command": "tfs_move", "caption": "Move..." },
{ "caption": "-" },
{ "command": "tfs_checkout_open_files", "caption": "Checkout Open Files" },
{ "caption": "-" },
{ "command": "tfs_query_credentials", "caption": "Set TFS Credentials..." }
]
}
]