-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDefault.sublime-commands
25 lines (17 loc) · 1.17 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
[
{"caption": "Composer: Add Package", "command": "composer_add_package"},
{"caption": "Composer: Add Package", "command": "st3_composer_add_package"},
{"caption": "Composer: Remove Package", "command": "composer_remove_package"},
{"caption": "Composer: Edit composer.json", "command": "edit_composer_file"},
{"caption": "Composer: Edit composer.json", "command": "st3_edit_composer_file"},
{"caption": "Composer: Install", "command": "composer_install"},
{"caption": "Composer: Install", "command": "st3_composer_install"},
{"caption": "Composer: Update", "command": "composer_update"},
{"caption": "Composer: Update", "command": "st3_composer_update"},
{"caption": "Composer: Self Update", "command": "st3_composer_self_update"},
{"caption": "Composer: Self Update", "command": "st3_composer_self_update"},
{"caption": "Composer: Dump Autoload", "command": "composer_dump_autoload"},
{"caption": "Composer: Dump Autoload", "command": "st3_composer_dump_autoload"},
{"caption": "Composer: Validate composer.json", "command": "composer_validate"},
{"caption": "Composer: Validate composer.json", "command": "st3_composer_validate"}
]