From 25fdc90968a14ffd44dae65d6fdb3d50e6df9082 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Fri, 27 Mar 2026 16:29:32 -0700 Subject: Initial Commit --- TankBattleWindows/.vscode/launch.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TankBattleWindows/.vscode/launch.json (limited to 'TankBattleWindows/.vscode') diff --git a/TankBattleWindows/.vscode/launch.json b/TankBattleWindows/.vscode/launch.json new file mode 100644 index 0000000..ac629ad --- /dev/null +++ b/TankBattleWindows/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // 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": "C#: TankBattleWindows Debug", + "type": "dotnet", + "request": "launch", + "projectPath": "${workspaceFolder}/TankBattleWindows.csproj" + } + ], + } \ No newline at end of file -- cgit v1.2.3