|
|
@ -3,7 +3,7 @@
|
|
|
|
"displayName": "SSH FS",
|
|
|
|
"displayName": "SSH FS",
|
|
|
|
"description": "File system provider using SSH",
|
|
|
|
"description": "File system provider using SSH",
|
|
|
|
"publisher": "Kelvin",
|
|
|
|
"publisher": "Kelvin",
|
|
|
|
"version": "1.18.0",
|
|
|
|
"version": "1.18.1",
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"vscode": "^1.46.0"
|
|
|
|
"vscode": "^1.46.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -37,7 +37,14 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"icon": "resources/Logo.png",
|
|
|
|
"icon": "resources/Logo.png",
|
|
|
|
"keywords": ["remote", "ssh", "sshfs", "sync", "filesystem", "terminal"],
|
|
|
|
"keywords": [
|
|
|
|
|
|
|
|
"remote",
|
|
|
|
|
|
|
|
"ssh",
|
|
|
|
|
|
|
|
"sshfs",
|
|
|
|
|
|
|
|
"sync",
|
|
|
|
|
|
|
|
"filesystem",
|
|
|
|
|
|
|
|
"terminal"
|
|
|
|
|
|
|
|
],
|
|
|
|
"contributes": {
|
|
|
|
"contributes": {
|
|
|
|
"views": {
|
|
|
|
"views": {
|
|
|
|
"explorer": [
|
|
|
|
"explorer": [
|
|
|
|