Add missing information to package.json

pull/13/head
Kelvin Schoofs 7 years ago
parent b3e74eefb8
commit 4f1b54f940

@ -1,7 +1,7 @@
{ {
"name": "vscode-sshfs", "name": "vscode-sshfs",
"displayName": "SSH FS", "displayName": "SSH FS",
"description": "File system provider using SSH, based on the MemFS sample extension", "description": "File system provider using SSH",
"publisher": "Kelvin", "publisher": "Kelvin",
"version": "0.0.1", "version": "0.0.1",
"engines": { "engines": {
@ -19,6 +19,12 @@
"onCommand:ssfs.disconnect" "onCommand:ssfs.disconnect"
], ],
"main": "./out/src/extension", "main": "./out/src/extension",
"author": {
"name": "Kelvin Schoofs",
"email": "schoofs.kelvin@gmail.com"
},
"repository": "SchoofsKelvin/vscode-sshfs",
"license": "GLP-3.0",
"contributes": { "contributes": {
"views": { "views": {
"explorer": [ "explorer": [

Loading…
Cancel
Save