SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

Tab Filaname Label #278

Closed Leboubou111 closed 2 years ago

Leboubou111 commented 2 years ago

Recently, I have (SSH FS) displayed after the file name in the tab navigation. How I can disable this one ?

Exemple :

image

Leboubou111 commented 2 years ago

I've tried with "workbench.editor.labelFormat" and "window.title"

SchoofsKelvin commented 2 years ago

I'll look into this later today. I think I know what's causing it, but need to double-check whether it isn't a new VS Code feature I can't control.

Leboubou111 commented 2 years ago

Thanks @SchoofsKelvin 👍

SchoofsKelvin commented 2 years ago

Fixed the issue. Will be available in a little bit in version v1.21.2 of the extension.

Leboubou111 commented 2 years ago

Work fine. Thanks ;-)