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

ng-cli.0.121.0.source-code.launch.qute.json Maven / Gradle / Ivy

The newest version!
{
    // 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": "{baseName}-port-4004",
            "request": "attach",
            "hostName": "localhost",
            "port": 4004
        },
        {
            "type": "java",
            "name": "Debug (Launch) - {baseName}",
            "request": "launch",
            "mainClass": "{baseName}",
            "projectName": "{baseName}"
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy