Project

General

Profile

Statistics
| Revision:

root / proj / .vscode / launch.json @ 1

History | View | Annotate | Download (256 Bytes)

1
{
2
    "configurations": [
3
        {
4
            "type": "java",
5
            "name": "CodeLens (Launch) - TestApp",
6
            "request": "launch",
7
            "mainClass": "start.TestApp",
8
            "projectName": "SDIS_PROJ"
9
        }
10
    ]
11
}