forked from Labore/PR2-L
add cli args to wortstatistik
parent
7e082e31a6
commit
4d0db08a3c
|
|
@ -4,6 +4,42 @@
|
||||||
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
|
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "java",
|
||||||
|
"name": "CollectionsDemo",
|
||||||
|
"request": "launch",
|
||||||
|
"mainClass": "CollectionsDemo",
|
||||||
|
"projectName": "PR2-L_232be59f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "java",
|
||||||
|
"name": "SortComparable",
|
||||||
|
"request": "launch",
|
||||||
|
"mainClass": "SortComparable",
|
||||||
|
"projectName": "PR2-L_232be59f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "java",
|
||||||
|
"name": "For_Demo",
|
||||||
|
"request": "launch",
|
||||||
|
"mainClass": "For_Demo",
|
||||||
|
"projectName": "PR2-L_232be59f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "java",
|
||||||
|
"name": "Wortstatistik",
|
||||||
|
"request": "launch",
|
||||||
|
"mainClass": "Wortstatistik",
|
||||||
|
"projectName": "PR2-L_232be59f",
|
||||||
|
"args": "Wortstatistik/loremipsum.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "java",
|
||||||
|
"name": "Wartezimmer",
|
||||||
|
"request": "launch",
|
||||||
|
"mainClass": "Wartezimmer",
|
||||||
|
"projectName": "PR2-L_232be59f"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "java",
|
"type": "java",
|
||||||
"name": "NIOCopy",
|
"name": "NIOCopy",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue