Skip to content

Commit

Permalink
chore: update VSCode window title format to include activeEditorState
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Feb 14, 2025
1 parent 3f3dcc1 commit 6b84d53
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": "${activeEditorState}${separator}${activeRepositoryBranchName} ${dirty}${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}${appName}",
"python.experiments.optInto": ["pythonREPLSmartSend"],
"python.terminal.activateEnvironment": true,
"python.languageServer": "Pylance",
Expand Down

0 comments on commit 6b84d53

Please sign in to comment.