File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 15
15
],
16
16
"options" : {
17
17
"cwd" : " ${workspaceFolder}" ,
18
+ "statusbar" : {
19
+ "hide" : true ,
20
+ },
18
21
},
19
22
"group" : {
20
23
"kind" : " build" ,
43
46
],
44
47
"options" : {
45
48
"cwd" : " ${workspaceFolder}" ,
49
+ "statusbar" : {
50
+ "hide" : true ,
51
+ },
46
52
},
47
53
"group" : {
48
54
"kind" : " build" ,
58
64
},
59
65
"type" : " shell" ,
60
66
},
67
+ {
68
+ "label" : " 🧽🔦 Ruff" ,
69
+ "dependsOrder" : " sequence" ,
70
+ "dependsOn" : [
71
+ " 🧽 Ruff Formatter" ,
72
+ " 🔦 Ruff Linter" ,
73
+ ],
74
+ "group" : {
75
+ "kind" : " build" ,
76
+ "isDefault" : false ,
77
+ },
78
+ "presentation" : {
79
+ "clear" : true ,
80
+ "echo" : true ,
81
+ "focus" : false ,
82
+ "panel" : " dedicated" ,
83
+ "reveal" : " always" ,
84
+ "showReuseMessage" : true ,
85
+ },
86
+ "type" : " shell" ,
87
+ },
61
88
{
62
89
"label" : " 🔦 Pylint" ,
63
90
"command" : " ${command:python.interpreterPath}" ,
You can’t perform that action at this time.
0 commit comments