From 4d0db08a3c72baeabaeccc09b9b45952fdbe5ab6 Mon Sep 17 00:00:00 2001 From: Gerd Marmitt Date: Tue, 29 Apr 2025 17:32:20 +0200 Subject: [PATCH] add cli args to wortstatistik --- .vscode/launch.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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",