irules/.vscode/launch.json

20 lines
703 B
JSON

{
// Utilisez IntelliSense pour en savoir plus sur les attributs possibles.
// Pointez pour afficher la description des attributs existants.
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Launch red sample",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/samples/red/bin/Debug/net7.0/red.dll",
"args": [],
"cwd": "${workspaceFolder}/samples/red/",
"stopAtEntry": false,
"console": "internalConsole"
}
]
}