Newer
Older
maze / .vscode / launch.json
@soloclouddeveloper soloclouddeveloper on 2 Feb 626 bytes initial commit
{
    // 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": "MazeMain",
            "request": "launch",
            "mainClass": "MazeMain",
            "console": "internalConsole",
            "projectName": "maze_c4be2309"
        }
    ]
}

// {
//     "type": "java",
//     "name": "Current File",
//     "request": "launch",
//     "mainClass": "${file}"
// },