Skip to content

Commit 89e34a8

Browse files
committed
Add jiripolasek.recent-files to gallery
1 parent a40b326 commit 89e34a8

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "jiripolasek.recent-files",
4+
"title": "Recent Files for Command Palette",
5+
"description": "Quickly access your most recently opened files directly from Command Palette.",
6+
"author": {
7+
"name": "Jiri Polasek",
8+
"url": "https://github.com/jiripolasek"
9+
},
10+
"icon": "icon.png",
11+
"homepage": "https://github.com/jiripolasek/RecentFilesExtension",
12+
"tags": [
13+
"files",
14+
"recent",
15+
"productivity",
16+
"quick-access"
17+
],
18+
"installSources": [
19+
{
20+
"type": "msstore",
21+
"id": "9NV6ZG7C7S9L"
22+
}
23+
]
24+
}
45.1 KB
Loading

0 commit comments

Comments
 (0)