pull/208/head v1.18.1
Kelvin Schoofs 4 years ago
parent 484a6ab242
commit 1e3921c7db

@ -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": [

Loading…
Cancel
Save