Rename runBuilder method to run in InteractiveConsole; update interactive console commands and tests for improved clarity and functionality
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -55,10 +55,10 @@
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Build Net",
|
||||
"name": "Interactive Net Builder",
|
||||
"request": "launch",
|
||||
"mainClass": "net.berack.upo.valpre.Main",
|
||||
"args": "net"
|
||||
"args": "interactive"
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user