File tree Expand file tree Collapse file tree 2 files changed +0
-58
lines changed Expand file tree Collapse file tree 2 files changed +0
-58
lines changed Original file line number Diff line number Diff line change 293
293
"clear" : false
294
294
}
295
295
},
296
- {
297
- "label" : " ⚠️ Upgrade whole environment ⚠️" ,
298
- "type" : " shell" ,
299
- "command" : " cmd" ,
300
- "args" : [
301
- " /c" ,
302
- " upgrade_env.bat"
303
- ],
304
- "options" : {
305
- "cwd" : " scripts" ,
306
- "env" : {
307
- "UNATTENDED" : " 1" ,
308
- "PYTHON" : " ${command:python.interpreterPath}" ,
309
- },
310
- "statusbar" : {
311
- "hide" : true
312
- }
313
- },
314
- "group" : {
315
- "kind" : " build" ,
316
- "isDefault" : false
317
- },
318
- "presentation" : {
319
- "echo" : true ,
320
- "reveal" : " always" ,
321
- "focus" : false ,
322
- "panel" : " shared" ,
323
- "showReuseMessage" : true ,
324
- "clear" : false
325
- }
326
- },
327
296
{
328
297
"label" : " 📚 Build documentation" ,
329
298
"command" : " ${command:python.interpreterPath}" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments