forked from wbond/package_control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Default.sublime-commands
64 lines (64 loc) · 1.7 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[
{
"caption": "Package Control: Add Repository",
"command": "add_repository"
},
{
"caption": "Package Control: Add Channel",
"command": "add_repository_channel"
},
{
"caption": "Package Control: Create Binary Package File",
"command": "create_binary_package"
},
{
"caption": "Package Control: Create Package File",
"command": "create_package"
},
{
"caption": "Package Control: Disable Package",
"command": "disable_package"
},
{
"caption": "Package Control: Discover Packages",
"command": "discover_packages"
},
{
"caption": "Package Control: Enable Package",
"command": "enable_package"
},
{
"caption": "Package Control: Install Package",
"command": "install_package"
},
{
"caption": "Package Control: List Packages",
"command": "list_packages"
},
{
"caption": "Package Control: Remove Package",
"command": "remove_package"
},
{
"caption": "Package Control: Upgrade Package",
"command": "upgrade_package"
},
{
"caption": "Package Control: Upgrade/Overwrite All Packages",
"command": "upgrade_all_packages"
},
{
"caption": "Preferences: Package Control Settings – Default",
"command": "open_file", "args":
{
"file": "${packages}/Package Control/Package Control.sublime-settings"
}
},
{
"caption": "Preferences: Package Control Settings – User",
"command": "open_file", "args":
{
"file": "${packages}/User/Package Control.sublime-settings"
}
}
]