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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -