From 02b1469ff12e9f8a085336722e32c3f37ff8707c Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Sat, 1 Apr 2017 09:11:17 +0800 Subject: [PATCH] add a command activation by typing a command. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc8382c..9b921cc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "recent-files", "displayName": "Open Recent Files", "description": "Open recent files like you do in Intellij idea.", - "version": "1.0.2", + "version": "1.0.4", "icon": "logo.png", "publisher": "junv", "engines": { @@ -12,7 +12,8 @@ "Other" ], "activationEvents": [ - "*" + "*", + "onCommand:extension.openRecentFiles" ], "keywords": [ "intellij",