如何 运行 VS Code 集成终端中的 Metro Bundler 而不是 运行 新的 window?

How to run Metro Bundler in VS Code integrated terminal instead of running a new window?

我正在 运行ning npx 脚本在 VS Code 集成终端中构建,但 Metro Bundler 运行s 在新的 cmd/bash 终端中。如何在 VS Code 集成终端中 运行 它?

首先关闭所有Metro服务器,然后在VS代码中打开一个新的终端然后运行命令

npx react-native start

npm start