63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "Current File",
|
|
"request": "launch",
|
|
"mainClass": "${file}"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Amazon",
|
|
"request": "launch",
|
|
"mainClass": "Amazon",
|
|
"projectName": "MvnDemo"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Construct",
|
|
"request": "launch",
|
|
"mainClass": "Construct",
|
|
"projectName": "MvnDemo"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "App",
|
|
"request": "launch",
|
|
"mainClass": "PrepSession.App",
|
|
"projectName": "MvnDemo"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Eagle",
|
|
"request": "launch",
|
|
"mainClass": "PrepSession.Eagle",
|
|
"projectName": "MvnDemo"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Fish",
|
|
"request": "launch",
|
|
"mainClass": "PrepSession.Fish",
|
|
"projectName": "MvnDemo"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "MainClass",
|
|
"request": "launch",
|
|
"mainClass": "PrepSession.MainClass",
|
|
"projectName": "MvnDemo"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Rabbit",
|
|
"request": "launch",
|
|
"mainClass": "PrepSession.Rabbit",
|
|
"projectName": "MvnDemo"
|
|
}
|
|
]
|
|
} |