VSCode: 开启自动集成终端和交互window

VSCode: Open automatically integrated terminal and interactive window

我正在使用 VSCode 进行 python 开发。每次我打开一个项目,我都必须 运行 两个命令:

Terminal: Create New Integrated Terminal
Python: Show Python Interactive Window 

是否可以在项目启动时自动让它们运行?

您可以使用 VS Market Place 中的此扩展程序执行此操作:

Auto Run Command

Run a vscode command on project init. Made to run wallaby.js automatically when a project is opened