diff --git a/package.json b/package.json index b878e4d..285999f 100644 --- a/package.json +++ b/package.json @@ -371,6 +371,18 @@ "command" ] } + ], + "resourceLabelFormatters": [ + { + "scheme": "ssh", + "formatting": { + "label": "${scheme}://${authority}/${path} (SSH FS)", + "separator": "/", + "tildify": false, + "stripPathStartingSeparator": true, + "workspaceSuffix": "SSH FS" + } + } ] }, "capabilities": {