Can i add jshell repl (java 9) to vscode's terminal panel? -
new vscode, search returns nothing.
i'd add jshell terminal window. possible?
try setting shellargs
integrated terminal launch jshell
. on mac, be:
"terminal.integrated.shellargs.osx": [ "-l", "-c", "jshell" ]
Comments
Post a Comment