Skip to content

Commit 66a302c

Browse files
added davidegiacometti extensions
1 parent 1629573 commit 66a302c

File tree

10 files changed

+72
-0
lines changed

10 files changed

+72
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "davidegiacometti.edge-favorites",
4+
"title": "Edge Favorites",
5+
"shortDescription": "Open Microsoft Edge favorites in Command Palette.",
6+
"description": "Quickly open Microsoft Edge favorites, folders, and workspaces from the Command Palette while staying in your current workflow, using a smooth keyboard-first experience.\n\nSupports all release channels.",
7+
"author": {
8+
"name": "davidegiacometti",
9+
"url": "https://github.com/davidegiacometti"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/davidegiacometti/CmdPal-Extensions",
13+
"tags": [
14+
"microsoft",
15+
"edge",
16+
"browser",
17+
"favorites",
18+
"bookmarks"
19+
],
20+
"categories": [
21+
"productivity"
22+
],
23+
"installSources": [
24+
{
25+
"type": "winget",
26+
"id": "davidegiacometti.EdgeFavoritesForCmdPal"
27+
},
28+
{
29+
"type": "url",
30+
"uri": "https://github.com/davidegiacometti/CmdPal-Extensions/releases"
31+
},
32+
{
33+
"type": "msstore",
34+
"id": "9NQWBR1DJ2PQ"
35+
}
36+
]
37+
}
27.6 KB
Loading
104 KB
Loading
66.9 KB
Loading
74.5 KB
Loading
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "davidegiacometti.visual-studio",
4+
"title": "Visual Studio",
5+
"shortDescription": "Open Visual Studio recents from Command Palette.",
6+
"description": "Quickly open Visual Studio recents from the Command Palette while staying in your current workflow, using a smooth keyboard-first experience.\n\nSupports Visual Studio 2019, 2022, and 2026 across all editions and release channels.",
7+
"author": {
8+
"name": "davidegiacometti",
9+
"url": "https://github.com/davidegiacometti"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/davidegiacometti/CmdPal-Extensions",
13+
"tags": [
14+
"microsoft",
15+
"visual-studio"
16+
],
17+
"categories": [
18+
"developer-tools",
19+
"productivity"
20+
],
21+
"installSources": [
22+
{
23+
"type": "winget",
24+
"id": "davidegiacometti.VisualStudioForCmdPal"
25+
},
26+
{
27+
"type": "url",
28+
"uri": "https://github.com/davidegiacometti/CmdPal-Extensions/releases"
29+
},
30+
{
31+
"type": "msstore",
32+
"id": "9P0P3JXP7M3G"
33+
}
34+
]
35+
}
47.1 KB
Loading
136 KB
Loading
69.1 KB
Loading
104 KB
Loading

0 commit comments

Comments
 (0)