Files
contest/uil/aplus-october-2013/11/.vscode/launch.json
2020-02-22 05:48:28 -06:00

26 lines
769 B
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": "CodeLens (Launch) - problem11",
"request": "launch",
"mainClass": "problem11"
},
{
"type": "java",
"name": "CodeLens (Launch) - problem9",
"request": "launch",
"mainClass": "problem9"
},
{
"type": "java",
"name": "Debug (Launch) - Current File",
"request": "launch",
"mainClass": "${file}"
}
]
}