From 1b57034998af040f4cf68c01706beff41b638d3d Mon Sep 17 00:00:00 2001 From: Kelvin Schoofs Date: Sat, 5 May 2018 23:06:59 +0200 Subject: [PATCH] 1.0.0 (Release) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 25f495f..a2ed7ac 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "SSH FS", "description": "File system provider using SSH", "publisher": "Kelvin", - "version": "0.0.1", + "version": "1.0.0", "engines": { "vscode": "^1.23.0" }, @@ -11,6 +11,7 @@ "Other" ], "activationEvents": [ + "onUri:^ssh:", "onFileSystem:ssh", "onView:sshfs-configs", "onCommand:ssfs.new",