-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'upcoming' into upcoming-nuget-release
- Loading branch information
Showing
48 changed files
with
1,123 additions
and
903 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,20 @@ | ||
{ | ||
// 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/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Setup (Vanilla)", | ||
"type": "coreclr", | ||
"name": "C#: Patcher Debug", | ||
"type": "dotnet", | ||
"request": "launch", | ||
"preLaunchTask": "build-setup", | ||
// If you have changed target frameworks, make sure to update the program path. | ||
"program": "${workspaceFolder}/OTAPI.Setup/bin/Debug/net6.0/OTAPI.Setup.dll", | ||
"args": ["-patchTarget=v", "-latestVanilla=n"], | ||
"cwd": "${workspaceFolder}/OTAPI.Setup/bin/Debug/net6.0/", | ||
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console | ||
"console": "internalConsole", | ||
"stopAtEntry": false | ||
"projectPath": "${workspaceFolder}/OTAPI.Patcher/OTAPI.Patcher.csproj" | ||
}, | ||
{ | ||
"name": "Patcher (Vanilla)", | ||
"type": "coreclr", | ||
"name": "C#: Server Launcher Debug", | ||
"type": "dotnet", | ||
"request": "launch", | ||
"preLaunchTask": "build-mods", | ||
// If you have changed target frameworks, make sure to update the program path. | ||
"program": "${workspaceFolder}/OTAPI.Patcher/bin/Debug/net6.0/OTAPI.Patcher.dll", | ||
"args": ["-patchTarget=v", "-latestVanilla=n"], | ||
"cwd": "${workspaceFolder}/OTAPI.Patcher/bin/Debug/net6.0/", | ||
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console | ||
"console": "internalConsole", | ||
"stopAtEntry": false | ||
}, | ||
{ | ||
"name": "Launcher (Vanilla)", | ||
"type": "coreclr", | ||
"request": "launch", | ||
"preLaunchTask": "build-launcher", | ||
// If you have changed target frameworks, make sure to update the program path. | ||
"program": "${workspaceFolder}/OTAPI.Launcher/bin/Debug/net6.0/OTAPI.Launcher.dll", | ||
"args": ["-patchTarget=v", "-latestVanilla=n"], | ||
"cwd": "${workspaceFolder}/OTAPI.Launcher/bin/Debug/net6.0/", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console | ||
"console": "externalTerminal", | ||
"stopAtEntry": false | ||
}, | ||
{ | ||
"name": ".NET Core Attach", | ||
"type": "coreclr", | ||
"request": "attach", | ||
"processId": "${command:pickProcess}" | ||
"projectPath": "${workspaceFolder}/OTAPI.Server.Launcher/OTAPI.Server.Launcher.csproj" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.