ng-cli.0.121.0.source-code.launch.qute.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbang-cli Show documentation
Show all versions of jbang-cli Show documentation
JBang Command Line Interface
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