fix: white board a toujours marché
This commit is contained in:
parent
ce0c59d56d
commit
10d40e3cc2
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue