Skip to content

Commit a654cb5

Browse files
committed
VSCode launch.json Update
1 parent 67331de commit a654cb5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/launch.json

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
{
8+
"type": "java",
9+
"name": "Launch Main",
10+
"request": "launch",
11+
"mainClass": "dev.sevora.simplecalculator.Main",
12+
"projectName": "simple-calculator"
13+
},
714
{
815
"type": "java",
916
"name": "Launch Main",

0 commit comments

Comments
 (0)