All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates..vscode.settings.json Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
{
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
        "source.organizeImports": true,
        "source.generate.finalModifiers": true,
        "source.fixAll": true
    },
    "java.codeGeneration.useBlocks": true,
    "java.saveActions.organizeImports": true,
    "java.sources.organizeImports.starThreshold": 3,
    "java.sources.organizeImports.staticStarThreshold": 3,
    "java.test.config": {
        "vmArgs": [
            "-Djava.util.logging.config.file=src/test/resources/logging.properties"
        ]
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy