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: 5.0.0
Show newest version
{
  "editor.formatOnSave": true,
  "editor.codeActionsOnSave": {
    "source.organizeImports": "explicit",
    "source.generate.finalModifiers": "explicit",
    "source.fixAll": "explicit"
  },
  "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 - 2025 Weber Informatics LLC | Privacy Policy