From 475d82ba020220aa12ba8ea0ba9f4fae53f64634 Mon Sep 17 00:00:00 2001 From: Syntriax Date: Sat, 31 May 2025 23:22:43 +0300 Subject: [PATCH] chore: added one client one server compound for launch.json --- .vscode/launch.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index b15745c..e6e3f92 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -36,6 +36,10 @@ } ], "compounds": [ + { + "name": ".NET Launch 1 Client & 1 Server", + "configurations": [".NET Launch (Server)", ".NET Launch (Client) 1"] + }, { "name": ".NET Launch 2 Client & 1 Server", "configurations": [