diff --git a/.vscode/launch.json b/.vscode/launch.json index e7348a6..a688861 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,42 @@ // Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "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", "name": "NIOCopy",