noderank statistics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011
  1. {
  2. "configurations": [
  3. {
  4. "type": "java",
  5. "name": "CodeLens (Launch) - App",
  6. "request": "launch",
  7. "mainClass": "com.mycompany.app.App",
  8. "projectName": "my-app"
  9. }
  10. ]
  11. }