diff --git a/src/extension.js b/src/extension.js index d31306a..c0cd030 100644 --- a/src/extension.js +++ b/src/extension.js @@ -31,7 +31,7 @@ const getConfig = () => { let windowTitle = ''; if (editor && extensionSettings.showWindowTitle) { const activeFileName = editor.document.uri.path.split('/').pop(); - windowTitle = `${vscode.workspace.name} - ${activeFileName}`; + windowTitle = `${activeFileName}`; } return {