this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

vscode/tasks: rebuild with test flag rather than switch for ephemeral builds

+1 -1
+1 -1
.vscode/tasks.json
··· 27 27 "command": "nh", 28 28 "args": [ 29 29 "os", 30 - "switch" 30 + "test" 31 31 ], 32 32 "group": { 33 33 "kind": "build",