diff --git a/.vscode/launch.json b/.vscode/launch.json index 0b929684..f1b575df 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -101,6 +101,14 @@ "request": "launch", "mainClass": "org.springframework.shell.samples.catalog.SpringShellApplication", "projectName": "spring-shell-sample-catalog" + }, + { + "type": "java", + "name": "catalog ext", + "request": "launch", + "console": "externalTerminal", + "mainClass": "org.springframework.shell.samples.catalog.SpringShellApplication", + "projectName": "spring-shell-sample-catalog" } ] }