Improve file explorer to use file system provider and reveal api

This commit is contained in:
Sandeep Somavarapu
2018-02-23 18:33:03 +01:00
parent 4a1d8c37ff
commit d8afd98c65
9 changed files with 1269 additions and 195 deletions

View File

@ -63,9 +63,13 @@
}
},
{
"command": "openFtpResource",
"command": "ftpExplorer.openFtpResource",
"title": "Open FTP Resource"
},
{
"command": "ftpExplorer.revealResource",
"title": "Reveal in FTP View"
},
{
"command": "jsonOutline.refresh",
"title": "Refresh",
@ -88,6 +92,11 @@
}
],
"menus": {
"commandPalette": [
{
"command": "ftpExplorer.revealResource"
}
],
"view/title": [
{
"command": "jsonOutline.refresh",
@ -149,6 +158,7 @@
},
"dependencies": {
"jsonc-parser": "^0.4.2",
"ftp": "^0.3.10"
"ftp": "^0.3.10",
"jsftp": "^2.0.0"
}
}
}