Skip to content

Commit

Permalink
chore: add git branch info to window title in VSCode settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Feb 9, 2024
1 parent 43d8f54 commit 04cff54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"window.title": "[${activeRepositoryBranchName}]${dirty}${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}${appName}",
"editor.stickyScroll.enabled": true,
"editor.stickyScroll.defaultModel": "foldingProviderModel",
"[javascript]": {
Expand Down

0 comments on commit 04cff54

Please sign in to comment.