11{
2- // Use IntelliSense to find out which attributes exist for C# debugging
3- // Use hover for the description of the existing attributes
4- // For further information visit https://github. com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
2+ // Use IntelliSense to learn about possible attributes.
3+ // Hover to view descriptions of existing attributes.
4+ // For more information, visit: https://go.microsoft. com/fwlink/?linkid=830387
55 "version" : " 0.2.0" ,
66 "configurations" : [
77 {
8- "name" : " Setup (Vanilla) " ,
9- "type" : " coreclr " ,
8+ "name" : " C#: Patcher Debug " ,
9+ "type" : " dotnet " ,
1010 "request" : " launch" ,
11- "preLaunchTask" : " build-setup" ,
12- // If you have changed target frameworks, make sure to update the program path.
13- "program" : " ${workspaceFolder}/OTAPI.Setup/bin/Debug/net6.0/OTAPI.Setup.dll" ,
14- "args" : [" -patchTarget=v" , " -latestVanilla=n" ],
15- "cwd" : " ${workspaceFolder}/OTAPI.Setup/bin/Debug/net6.0/" ,
16- // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
17- "console" : " internalConsole" ,
18- "stopAtEntry" : false
11+ "projectPath" : " ${workspaceFolder}/OTAPI.Patcher/OTAPI.Patcher.csproj"
1912 },
2013 {
21- "name" : " Patcher (Vanilla) " ,
22- "type" : " coreclr " ,
14+ "name" : " C#: Server Launcher Debug " ,
15+ "type" : " dotnet " ,
2316 "request" : " launch" ,
24- "preLaunchTask" : " build-mods" ,
25- // If you have changed target frameworks, make sure to update the program path.
26- "program" : " ${workspaceFolder}/OTAPI.Patcher/bin/Debug/net6.0/OTAPI.Patcher.dll" ,
27- "args" : [" -patchTarget=v" , " -latestVanilla=n" ],
28- "cwd" : " ${workspaceFolder}/OTAPI.Patcher/bin/Debug/net6.0/" ,
29- // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
30- "console" : " internalConsole" ,
31- "stopAtEntry" : false
32- },
33- {
34- "name" : " Launcher (Vanilla)" ,
35- "type" : " coreclr" ,
36- "request" : " launch" ,
37- "preLaunchTask" : " build-launcher" ,
38- // If you have changed target frameworks, make sure to update the program path.
39- "program" : " ${workspaceFolder}/OTAPI.Launcher/bin/Debug/net6.0/OTAPI.Launcher.dll" ,
40- "args" : [" -patchTarget=v" , " -latestVanilla=n" ],
41- "cwd" : " ${workspaceFolder}/OTAPI.Launcher/bin/Debug/net6.0/" , // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
42- "console" : " externalTerminal" ,
43- "stopAtEntry" : false
44- },
45- {
46- "name" : " .NET Core Attach" ,
47- "type" : " coreclr" ,
48- "request" : " attach" ,
49- "processId" : " ${command:pickProcess}"
17+ "projectPath" : " ${workspaceFolder}/OTAPI.Server.Launcher/OTAPI.Server.Launcher.csproj"
5018 }
5119 ]
5220}
0 commit comments