Skip to content

Commit

Permalink
chore(vscode): add a missing space to window title format in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo authored Aug 30, 2024
1 parent 9731160 commit fa8d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"window.title": "${activeRepositoryBranchName}${dirty}${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}${appName}",
"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 fa8d4fc

Please sign in to comment.