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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -