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