Skip to content

Commit 4b7e450

Browse files
committed
External terminal for vscode catalog launch
1 parent 90df641 commit 4b7e450

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .vscode/launch.json

+8
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@
101101
"request": "launch",
102102
"mainClass": "org.springframework.shell.samples.catalog.SpringShellApplication",
103103
"projectName": "spring-shell-sample-catalog"
104+
},
105+
{
106+
"type": "java",
107+
"name": "catalog ext",
108+
"request": "launch",
109+
"console": "externalTerminal",
110+
"mainClass": "org.springframework.shell.samples.catalog.SpringShellApplication",
111+
"projectName": "spring-shell-sample-catalog"
104112
}
105113
]
106114
}

0 commit comments

Comments
 (0)