47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
|
{
|
||
|
// 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": [
|
||
|
{
|
||
|
"type": "java",
|
||
|
"name": "Launch Main",
|
||
|
"request": "launch",
|
||
|
"mainClass": "linda.search.basic.Main",
|
||
|
"projectName": "Projet PDR"
|
||
|
},
|
||
|
{
|
||
|
"type": "java",
|
||
|
"name": "Launch Searcher",
|
||
|
"request": "launch",
|
||
|
"mainClass": "linda.search.basic.Searcher",
|
||
|
"args": [
|
||
|
"4000"
|
||
|
],
|
||
|
"projectName": "Projet PDR"
|
||
|
},
|
||
|
{
|
||
|
"type": "java",
|
||
|
"name": "Launch Manager",
|
||
|
"request": "launch",
|
||
|
"mainClass": "linda.search.basic.Manager",
|
||
|
"args": [
|
||
|
"4000",
|
||
|
"/usr/share/dict/french",
|
||
|
"agneau"
|
||
|
],
|
||
|
"projectName": "Projet PDR"
|
||
|
},
|
||
|
{
|
||
|
"type": "java",
|
||
|
"name": "Launch LindaServer",
|
||
|
"request": "launch",
|
||
|
"mainClass": "linda.server.LindaServer",
|
||
|
"args": [
|
||
|
"4000"
|
||
|
],
|
||
|
"projectName": "Projet PDR"
|
||
|
}
|
||
|
]
|
||
|
}
|