Skip to content

Commit 04cff54

Browse files
committed
chore: add git branch info to window title in VSCode settings.json
1 parent 43d8f54 commit 04cff54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"window.title": "[${activeRepositoryBranchName}]${dirty}${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}${appName}",
23
"editor.stickyScroll.enabled": true,
34
"editor.stickyScroll.defaultModel": "foldingProviderModel",
45
"[javascript]": {

0 commit comments

Comments
 (0)