From 065800ede282c861678c71b0a3e258a6e2bd496f Mon Sep 17 00:00:00 2001 From: JooYoung Seo Date: Fri, 9 Feb 2024 10:38:43 -0600 Subject: [PATCH] chore(vscode): update window title in VS Code settings.json --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index d63fa84..cb4dd37 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "window.title": "[${activeRepositoryBranchName}]${dirty}${activeEditorShort}${separator}${rootName}${separator}${profileName}${separator}${appName}", "python.experiments.optInto": ["pythonREPLSmartSend"], "python.terminal.activateEnvironment": true, "python.languageServer": "Pylance",