VS Code:有没有办法制作一个打开 bash 配置文件的项目

VS Code: Is there a way to make a project that opens bash config files

我希望能够快速启动包含 3 个文件的 VS Code 项目: ~/.bash_profile ~/.profile ~/.bashrc 因为如果我需要调整一些东西,我经常想一次编辑所有 3 个。 有没有办法从这 3 个中创建一个项目,然后下次可以打开一个项目文件?

如何在快捷方式中添加文件作为参数。或处理副本创建一个简单的 .bat,将文件复制到新文件夹中并打开它。

编辑:添加 -n 选项,来自文档:https://code.visualstudio.com/docs/editor/command-line

-n or --new-window  Opens a new session of VS Code instead of restoring the previous session (default).