From fcbd6d71f416db9c2f157641853455048b680596 Mon Sep 17 00:00:00 2001 From: Kelvin Schoofs Date: Thu, 5 Aug 2021 21:29:32 +0200 Subject: [PATCH] Remove editor title label (fix #278) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb0561d..a7a3c01 100644 --- a/package.json +++ b/package.json @@ -376,7 +376,7 @@ { "scheme": "ssh", "formatting": { - "label": "${scheme}://${authority}/${path} (SSH FS)", + "label": "${scheme}://${authority}/${path}", "separator": "/", "tildify": false, "stripPathStartingSeparator": true,