Skip to content

Commit ff7f448

Browse files
authored
add post
1 parent d180e08 commit ff7f448

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)