mirror of
https://github.com/Xevion/contest.git
synced 2025-12-06 03:14:40 -06:00
26 lines
769 B
JSON
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}"
|
|
}
|
|
]
|
|
} |