Skip to content

Commit b86884b

Browse files
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Gilbert Sanchez <me@gilbertsanchez.com>
1 parent 6c68073 commit b86884b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.vscode/launch.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
"name": "PowerShell: Debug Tests",
99
"type": "PowerShell",
1010
"request": "launch",
11-
"script": "./build.ps1 -Task Test",
12-
"args": [],
11+
"script": "./build.ps1",
12+
"args": ["-Task", "Test"],
1313
"createTemporaryIntegratedConsole": false
1414
},
1515
{
1616
"name": "PowerShell: Debug Tests (Temp Console)",
1717
"type": "PowerShell",
1818
"request": "launch",
19-
"script": "./build.ps1 -Task Test",
20-
"args": [],
19+
"script": "./build.ps1",
20+
"args": ["-Task", "Test"],
2121
"createTemporaryIntegratedConsole": true
2222
},
2323
{
2424
"name": "PowerShell: Load Source Module (Temp Console)",
2525
"type": "PowerShell",
2626
"request": "launch",
27-
"script": "./build.ps1 -Task Init && Import-Module $env:BHPSModuleManifest",
28-
"args": [],
27+
"script": "./build.ps1",
28+
"args": ["-Task", "Init"],
2929
"createTemporaryIntegratedConsole": true
3030
}
3131
]

0 commit comments

Comments
 (0)