Skip to content

Commit

Permalink
Add resourceLabelFormatters contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoofsKelvin committed Jun 28, 2021
1 parent d3a3640 commit 5dbb36b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,18 @@
"command"
]
}
],
"resourceLabelFormatters": [
{
"scheme": "ssh",
"formatting": {
"label": "${scheme}://${authority}/${path} (SSH FS)",
"separator": "/",
"tildify": false,
"stripPathStartingSeparator": true,
"workspaceSuffix": "SSH FS"
}
}
]
},
"capabilities": {
Expand Down

0 comments on commit 5dbb36b

Please sign in to comment.