We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d180e08 commit ff7f448Copy full SHA for ff7f448
1 file changed
content/posts/vscode-multi-windows-title.md
@@ -0,0 +1,13 @@
1
+---
2
+title: "VSCode多窗口标题默认显示当前文件名,而不是工作区名"
3
+date: 2025-06-18T10:07:34+08:00
4
+draft: false
5
+tags: ["VSCode"]
6
+categories: ["VSCode"]
7
8
+
9
+> File -> Preferences -> setting 搜 "Window: Title" 改成:
10
11
+```txt
12
+${dirty}${rootName}${separator}${activeEditorMedium}${separator}${appName}
13
+```
0 commit comments