]> fortfriendship.online Git - gnargle.github.io.git/blobdiff - .vscode/launch.json
new entry. happy birthday undertale
[gnargle.github.io.git] / .vscode / launch.json
index 3d85777b620bd8790449ab49cdd7408192b31f6a..d3bb0988d9adaaadeeb2ba605da0677391dcc2e4 100644 (file)
@@ -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",
             "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",