Files
NugetSecretCredential/.vscode/launch.json
2025-03-20 22:24:55 +01:00

15 lines
459 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "coreclr",
"request": "launch",
"program": "${workspaceRoot}/bin/Debug/net9.0/NugetSecretCredential.dll",
"args": ["-U", "https://www.example.org"]
}
]
}