{ // 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": "CodeLens (Launch) - problem11", "request": "launch", "mainClass": "problem11" }, { "type": "java", "name": "CodeLens (Launch) - problem9", "request": "launch", "mainClass": "problem9" }, { "type": "java", "name": "Debug (Launch) - Current File", "request": "launch", "mainClass": "${file}" } ] }