gpt4 book ai didi

visual-studio-code - 使 Visual Studio Code 在干净状态下打开

转载 作者:行者123 更新时间:2023-12-01 13:19:37 25 4
gpt4 key购买 nike

我在多个项目中工作,这些项​​目分布在 macOS 上的多个文件夹中。我通常通过运行开始处理它们:

cd ~/workspace/project-a
code .

总是 会导致打开一个新窗口,其中显示我处理该项目的最后一个文件。我的下一步是关闭所有选项卡,如果编辑器被拆分,我必须像以前的拆分编辑器一样关闭所有选项卡。

有没有一种设置可以让我始终以干净的状态开始?

我认为与此问题相关的设置如下:

"window.restoreWindows": "none",
"files.hotExit": "onExitAndWindowClose",

我为 files.hotExit 尝试了 off,但行为保持不变。

此外,如果可能,这些信息存储在哪里(打开给定文件夹的文件)?那是文件夹内的点文件还是 Visual Studio Code 安装内的其他地方?

最佳答案

除了设置 "window.restoreWindows": "none" 之外,您还可以尝试:

code -n

这将强制打开一个新的 VSCode 窗口。

Also if possible, where is this information stored (open files for given folders)?

参见 issue 3884

# Windows
%APPDATA%\Code\Workspaces
# Mac
$HOME/Library/Application Support/Code
$HOME/Library/Application Support/Code/Workspaces
$HOME/Library/Application Support/Code/Backups/workspace.json

关于visual-studio-code - 使 Visual Studio Code 在干净状态下打开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50840999/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com