archivo conf visual code SDKUNA

{
  "java.configuration.runtimes": [
    {
      "name": "JavaSE-1.8",
      "path": "/usr/lib/jvm/jdk1.8.0_451"
    }
  ],
  "java.jdt.ls.java.home": "/usr/lib/jvm/jdk1.8.0_451",
  "java.import.gradle.java.home": "/usr/lib/jvm/jdk1.8.0_451",

  "maven.executable.path": "/home/cgi/apache-maven-3.8.8/bin/mvn",
  "maven.offline": false,

  "search.exclude": {
    "**/target": true,
    "**/bin": true,
    "*/target": true,
    "*/bin": true
  },

  "files.exclude": {
    "**/.classpath": true,
    "**/.project": true,
    "**/.settings": true,
    "**/.factorypath": true,
    "**/faces-config.NavData": true,
    "**/nbactions.xml": true,
    "**/nb-configuration.xml": true,
    "**/ajcore.*.txt": true,
    "**/*.log": true,
    "**/target": true
  },

  "terminal.integrated.profiles.linux": {
    "bash": {
      "path": "bash",
      "env": {
        "JAVA_HOME": "/usr/lib/jvm/jdk1.8.0_451"
      }
    }
  },
  "editor.dropIntoEditor.preferences": [
  
  ],
  "chat.mcp.discovery.enabled": {
    "claude-desktop": true,
    "windsurf": true,
    "cursor-global": true,
    "cursor-workspace": true
  },
  "terminal.integrated.env.linux": {
    "JAVA_HOME": "/usr/lib/jvm/jdk1.8.0_451"
  },
  "editor.codeActionsOnSave": {

  }
}
  • Mio
{
    "redhat.telemetry.enabled": false,

    "workbench.iconTheme": "material-icon-theme",
    "java.configuration.runtimes": [
    

        {
            "name": "JavaSE-1.8",
            "path": "/usr/lib/jvm/java-1.8.0-openjdk-amd64"
        }    
    ],
    "files.exclude": {
        "**/.classpath": true,
        "**/.project": true,
        "**/.settings": true,
        "**/.factorypath": true,
        "**/faces-config.NavData": true,
        "**/nbactions.xml": true,
        "**/nb-configuration.xml": true,
        "**/ajcore.*.txt": true,
        "**/*.log": true,
        "**/target": true
    },
    "search.exclude": {
        "**/target": true,
        "**/bin": true,
        "*/target": true,
        "*/bin": true
    },
    "sdkuna.maven.executable.path": "/home/cgi/apache-maven-3.6.3/bin/mvn",
    "sdkuna.maven.offline": true,
    "html.suggest.html5": false,
    "sdkuna.java.author": "Gustavo Matamoros González",
    "html.format.wrapAttributes": "force-aligned",
    "oracledevtools.query.clearResultsWindow": true,
    "oracledevtools.query.resultSet.maxRows": -1,
    "oracledevtools.query.autoCommit": false,
    "oracledevtools.query.resultSet.pageSize": 25,
    "debug.toolBarLocation": "docked",
    "java.format.settings.url": "https://artifactory.una.ac.cr/artifactory/prueba-sdkuna/java-formatter.xml",
    "java.format.settings.profile": "JavaConventions",
    "sdkuna.ssh.host": "http://10.0.100.30:8080",
    "java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xms2048m -Xmx5000m -Xmx1G -Xms100m",
    "rsp-ui.rsp.java.home": "/usr/lib/jvm/java-1.11.0-openjdk-amd64"
    //-XX:+IgnoreUnrecognizedVMOptions 
}