Update Readme

This commit is contained in:
2017-08-10 10:40:55 +08:00
parent fed90fd4e0
commit 4a61f3a492
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
## Features
This plugin allows you to view the recently opened files. It's just like what you have in Intellij, not VSCode offers.
This plugin allows you to view the recently opened files. It's just like what you have in Intellij, not the VSCode offers.
We encourge you use `cmd` + `e` or `ctrl` + `e` in windows to use this feature. So you might need to update your `keybindings.json` to replace the VSCode's default Open Recent behaviour.
We encourage you to use `cmd` + `e` or `ctrl` + `e`keys in windows to trigger this feature. So you might want to update your `keybindings.json` to replace the VSCode's default Open Recent behavior.
```json
{ "key": "cmd+e", "command": "extension.openRecentFiles" },
+1 -1
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.1.5",
"version": "1.1.7",
"icon": "logo.png",
"publisher": "junv",
"engines": {