forked from CDuke/sublime-tfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefault.sublime-commands
28 lines (28 loc) · 1.14 KB
/
Default.sublime-commands
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
27
28
[
{ "command": "tfs_checkout", "caption": "TFS: Checkout" },
{ "command": "tfs_undo", "caption": "TFS: Undo" },
{ "command": "tfs_checkin", "caption": "TFS: Checkin" },
{ "command": "tfs_history", "caption": "TFS: History" },
{ "command": "tfs_add", "caption": "TFS: Add" },
{ "command": "tfs_get_latest", "caption": "TFS: Get latest Version" },
{ "command": "tfs_difference", "caption": "TFS: Compare with latest" },
{ "command": "tfs_delete", "caption": "TFS: Delete" },
{ "command": "tfs_shelve", "caption": "TFS: Shelve" },
{ "command": "tfs_status", "caption": "TFS: Status" },
{ "command": "tfs_annotate", "caption": "TFS: Annotate" },
{ "command": "tfs_move", "caption": "TFS: Move" },
{
"caption": "Preferences: Sublime TFS Settings – Default",
"command": "open_file", "args":
{
"file": "${packages}/Sublime TFS/sublime_tfs.sublime-settings"
}
},
{
"caption": "Preferences: Sublime TFS Settings – User",
"command": "open_file", "args":
{
"file": "${packages}/User/sublime_tfs.sublime-settings"
}
}
]