From 10d40e3cc2f7bd93963fed1c7aed827007461997 Mon Sep 17 00:00:00 2001 From: gdamms Date: Sun, 16 Jan 2022 10:32:40 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20white=20board=20a=20toujours=20march?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index d6d8755..f289ecc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,7 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { "type": "java", "name": "Launch BasicTestCB", @@ -66,6 +67,16 @@ "rmi://localhost:4000/linda" ], "projectName": "Projet PDR" + }, + { + "type": "java", + "name": "Launch Whiteboard", + "request": "launch", + "mainClass": "linda.whiteboard.Whiteboard", + "args": [ + "rmi://localhost:4000/linda" + ], + "projectName": "Projet PDR" } ] } \ No newline at end of file