Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vscode 新手,搜索什么也不返回。
我想将 jshell 添加到终端窗口。可能吗?
尝试将集成终端设置为shellArgs启动jshell。在 mac 上,这将是:
shellArgs
jshell
"terminal.integrated.shellArgs.osx": [ "-l", "-c", "jshell" ]