File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 207207 },
208208 "type" : " shell"
209209 },
210+ {
211+ "label" : " 🔁 Reinstall guidata dev" ,
212+ "type" : " shell" ,
213+ "windows" : {
214+ "command" : " pip uninstall -y guidata; Remove-Item -Recurse -Force .venv/Lib/site-packages/guidata -ErrorAction SilentlyContinue; pip install -e ../guidata" ,
215+ },
216+ "linux" : {
217+ "command" : " pip uninstall -y guidata && rm -rf .venv/lib/python*/site-packages/guidata && pip install -e ../guidata"
218+ },
219+ "osx" : {
220+ "command" : " pip uninstall -y guidata && rm -rf .venv/lib/python*/site-packages/guidata && pip install -e ../guidata"
221+ },
222+ "options" : {
223+ "cwd" : " ${workspaceFolder}" ,
224+ "statusbar" : {
225+ "hide" : true
226+ }
227+ },
228+ "presentation" : {
229+ "panel" : " dedicated" ,
230+ "reveal" : " always"
231+ },
232+ "problemMatcher" : []
233+ },
210234 {
211235 "label" : " 🧹 Clean Up" ,
212236 "type" : " shell" ,
You can’t perform that action at this time.
0 commit comments