50 lines
1.2 KiB
JSON
50 lines
1.2 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": "Main",
|
|
"request": "launch",
|
|
"mainClass": "assn03.Main",
|
|
"projectName": "COMP210_238a5b6"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "JavaWarmUp",
|
|
"request": "launch",
|
|
"mainClass": "assn02.JavaWarmUp",
|
|
"projectName": "COMP210_238a5b6"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Current File",
|
|
"request": "launch",
|
|
"mainClass": "${file}"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "HelloWorld",
|
|
"request": "launch",
|
|
"mainClass": "assn01.HelloWorld",
|
|
"projectName": "COMP210_238a5b6"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Part2",
|
|
"request": "launch",
|
|
"mainClass": "assn01.Part2",
|
|
"projectName": "COMP210_238a5b6"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "HelloWorld(1)",
|
|
"request": "launch",
|
|
"mainClass": "hello.HelloWorld",
|
|
"projectName": "COMP210_238a5b6"
|
|
}
|
|
]
|
|
}
|