当我将鼠标悬停在任务栏上的 VSCode 上时,它将显示打开文件夹的预览
现在它在文件夹名称之前显示文件名。有时文件名太长,导致文件夹名称隐藏。是否可以使其在文件名之前显示文件夹名称,以便我可以更轻松地导航?
在
Settings
> Windows.Title
或 settings.json
: 中进行配置
# Here's the default config but with rootName and activeEditorShort switched places
"window.title": "${dirty}${rootName}${separator}${activeEditorShort}${separator}${profileName}${separator}${appName}"