Skip to content

Commit 46221b2

Browse files
committed
chore: add window title to VSCode workspace settings
1 parent 779a4a0 commit 46221b2

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}${separator}${profileName}${separator}${appName}",
2122
"editor.formatOnSave": true,
2223
"eslint.validate": ["typescript"],
2324
"eslint.run": "onType",

0 commit comments

Comments
 (0)