add a command activation by typing a command.

This commit is contained in:
2017-04-01 09:11:17 +08:00
parent 65b919913e
commit 02b1469ff1
+3 -2
View File
@@ -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",