File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 165165 "showReuseMessage" : true ,
166166 "clear" : true
167167 },
168+ },
169+ {
170+ "label" : " Install Pre-commit Hooks" ,
171+ "command" : " uv" ,
172+ "args" : [" run" , " pre-commit" , " install" ],
173+ "type" : " shell" ,
174+ "problemMatcher" : [],
175+ "presentation" :
176+ {
177+ "echo" : true ,
178+ "reveal" : " always" ,
179+ "focus" : false ,
180+ "panel" : " shared" ,
181+ "showReuseMessage" : true ,
182+ "clear" : true
183+ },
184+ },
185+ {
186+ "label" : " Set up Environment" ,
187+ "detail" : " Create the venv, install dependencies, and install pre-commit hooks." ,
188+ "dependsOn" : [" Install Dependencies" , " Install Pre-commit Hooks" ],
189+ "type" : " shell" ,
190+ "problemMatcher" : [],
191+ "presentation" :
192+ {
193+ "echo" : true ,
194+ "reveal" : " always" ,
195+ "focus" : false ,
196+ "panel" : " shared" ,
197+ "showReuseMessage" : true ,
198+ "clear" : true
199+ },
168200 },
169201 ],
170202 "inputs" :
You can’t perform that action at this time.
0 commit comments