External terminal for vscode catalog launch

This commit is contained in:
Janne Valkealahti
2023-12-10 09:57:44 +00:00
parent 90df641750
commit 4b7e4508d2

8
.vscode/launch.json vendored
View File

@@ -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"
}
]
}