Skip to content

Commit f4cadb0

Browse files
committed
chore: set window title to workspace name in VS Code workspace settings
1 parent f52bdcb commit f4cadb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NoteBlockWorld.code-workspace

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
}
1919
],
2020
"settings": {
21+
"window.title": "${dirty}${rootName}",
2122
"editor.formatOnSave": true,
2223
"eslint.validate": ["typescript"],
2324
"eslint.run": "onType",

0 commit comments

Comments
 (0)