Newer
Older
maze / .vscode / settings.json
@soloclouddeveloper soloclouddeveloper on 2 Feb 189 bytes initial commit
{
    "java.project.sourcePaths": [
        "src/main",
        "test"
    ],
    "java.project.outputPath": "bin",
    "java.project.referencedLibraries": [
        "lib/**/*.jar"
    ]
}