File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 174174 " dev,doc,test" ,
175175 ],
176176 "options" : {
177- "cwd" : " ${workspaceFolder}"
177+ "cwd" : " ${workspaceFolder}" ,
178+ "statusbar" : {
179+ "hide" : true
180+ }
178181 },
179182 "group" : {
180183 "kind" : " build" ,
283286 "env" : {
284287 "UNATTENDED" : " 1" ,
285288 "PYTHON" : " ${command:python.interpreterPath}" ,
289+ },
290+ "statusbar" : {
291+ "hide" : true
286292 }
287293 },
288294 "group" : {
336342 "env" : {
337343 "PYTHON" : " ${command:python.interpreterPath}" ,
338344 "UNATTENDED" : " 1" ,
345+ },
346+ "statusbar" : {
347+ "hide" : true
339348 }
340349 },
341350 "args" : [
369378 "env" : {
370379 "PYTHON" : " ${command:python.interpreterPath}" ,
371380 "UNATTENDED" : " 1" ,
381+ },
382+ "statusbar" : {
383+ "hide" : true
372384 }
373385 },
374386 "args" : [
You can’t perform that action at this time.
0 commit comments