nothingChanged
This commit is contained in:
Vendored
+63
@@ -0,0 +1,63 @@
|
||||
{
|
||||
// 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user