mirror of
https://github.com/wahyd4/vscode-plugin-recent-files.git
synced 2026-08-09 04:36:04 +10:00
add a command activation by typing a command.
This commit is contained in:
+3
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user