diff --git a/.vscode/launch.json b/.vscode/launch.json index ef75c5b0f9e..0deb7c78080 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -59,6 +59,13 @@ "Client" ], "preLaunchTask": "build-release" + }, + { + "name": "Server/Client (No Build)", + "configurations": [ + "Server", + "Client" + ] } // Frontier end ]