From 6dea960edafd1c604695b6cab1df85e531dc83d4 Mon Sep 17 00:00:00 2001 From: Kelvin Schoofs Date: Sun, 6 May 2018 15:55:21 +0200 Subject: [PATCH] 1.1.0 --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 20d71e7..68cc24d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "SSH FS", "description": "File system provider using SSH", "publisher": "Kelvin", - "version": "1.0.2", + "version": "1.1.0", "engines": { "vscode": "^1.23.0" }, @@ -210,7 +210,10 @@ "description": "For an encrypted private key, this is the passphrase used to decrypt it" }, "putty": { - "type": ["string", "boolean"], + "type": [ + "string", + "boolean" + ], "description": "(Windows only) Use the settings from the given PuTTY session (set this to true to find one using the other settings)" } } @@ -236,4 +239,4 @@ "ssh2": "^0.6.0", "winreg": "^1.2.4" } -} +} \ No newline at end of file