forked from DamnWidget/anaconda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Default.sublime-commands
50 lines (50 loc) · 1.26 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
[
{
"caption": "Anaconda: Disable linting on this file",
"command": "anaconda_disable_linting"
},
{
"caption": "Anaconda: Enable linting on this file",
"command": "anaconda_enable_linting"
},
{
"caption": "Anaconda: Show error list",
"command": "anaconda_get_lines"
},
{
"caption": "Anaconda: Next lint error",
"command": "anaconda_next_lint_error"
},
{
"caption": "Anaconda: Autoformat PEP8 Errors",
"command": "anaconda_auto_format"
},
{
"caption": "Anaconda: McCabe complexity check",
"command": "anaconda_mc_cabe"
},
{
"caption": "Anaconda: Vagrant Init",
"command": "anaconda_vagrant_init"
},
{
"caption": "Anaconda: Vagrant Status",
"command": "anaconda_vagrant_status"
},
{
"caption": "Anaconda: Vagrant Up",
"command": "anaconda_vagrant_up"
},
{
"caption": "Anaconda: Vagrant SSH",
"command": "anaconda_vagrant_ssh",
},
{
"caption": "Anaconda: Vagrant Enable",
"command": "anaconda_vagrant_enable"
},
{
"caption": "Anaconda: Set Python interpreter",
"command": "anaconda_set_python_interpreter"
}
]