Add `resourceLabelFormatters` contribution

pull/285/head
Kelvin Schoofs 3 years ago
parent d3a3640a5f
commit 5dbb36b131

@ -371,6 +371,18 @@
"command" "command"
] ]
} }
],
"resourceLabelFormatters": [
{
"scheme": "ssh",
"formatting": {
"label": "${scheme}://${authority}/${path} (SSH FS)",
"separator": "/",
"tildify": false,
"stripPathStartingSeparator": true,
"workspaceSuffix": "SSH FS"
}
}
] ]
}, },
"capabilities": { "capabilities": {

Loading…
Cancel
Save