X-Git-Url: https://fortfriendship.online/gitweb/gnargle.github.io.git/blobdiff_plain/c46ab3f11b87a0ed9af99e267b0aa412acf0bcc7..b325a9c15740667e5eca386baa34a563064a92bf:/.vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json index 3d85777..d3bb098 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ // Use IntelliSense to find out which attributes exist for C# debugging // Use hover for the description of the existing attributes // For further information visit https://github.com/dotnet/vscode-csharp/blob/main/debugger-launchjson.md - "name": ".NET Core Launch (console)", + "name": "RSSGen", "type": "coreclr", "request": "launch", "preLaunchTask": "build", @@ -17,6 +17,22 @@ "console": "internalConsole", "stopAtEntry": false }, + { + // Use IntelliSense to find out which attributes exist for C# debugging + // Use hover for the description of the existing attributes + // For further information visit https://github.com/dotnet/vscode-csharp/blob/main/debugger-launchjson.md + "name": "ParticleGen", + "type": "coreclr", + "request": "launch", + "preLaunchTask": "buildParticle", + // If you have changed target frameworks, make sure to update the program path. + "program": "${workspaceFolder}/SiteTools/ParticleGen/bin/Debug/net8.0/ParticleGen.dll", + "args": [], + "cwd": "${workspaceFolder}/RSSGen", + // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console + "console": "internalConsole", + "stopAtEntry": false + }, { "name": ".NET Core Attach", "type": "coreclr",