5 // Use IntelliSense to find out which attributes exist for C# debugging
6 // Use hover for the description of the existing attributes
7 // For further information visit https://github.com/dotnet/vscode-csharp/blob/main/debugger-launchjson.md
11 "preLaunchTask": "build",
12 // If you have changed target frameworks, make sure to update the program path.
13 "program": "${workspaceFolder}/RSSGen/bin/Debug/net8.0/RSSGen.dll",
15 "cwd": "${workspaceFolder}/RSSGen",
16 // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
17 "console": "internalConsole",
21 // Use IntelliSense to find out which attributes exist for C# debugging
22 // Use hover for the description of the existing attributes
23 // For further information visit https://github.com/dotnet/vscode-csharp/blob/main/debugger-launchjson.md
24 "name": "ParticleGen",
27 "preLaunchTask": "buildParticle",
28 // If you have changed target frameworks, make sure to update the program path.
29 "program": "${workspaceFolder}/SiteTools/ParticleGen/bin/Debug/net8.0/ParticleGen.dll",
31 "cwd": "${workspaceFolder}/RSSGen",
32 // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
33 "console": "internalConsole",
37 "name": ".NET Core Attach",