-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextensions.vsext
104 lines (104 loc) · 2.74 KB
/
extensions.vsext
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"id": "138542f7-9960-4123-8e2d-62a998cfa92f",
"name": "My Visual Studio extensions",
"description": "A collection of my Visual Studio extensions",
"version": "1.0",
"extensions": [
{
"name": "Clear MEF Component Cache",
"vsixId": "f5028141-9dd0-4ac4-ae6d-0481ae9a940d"
},
{
"name": "Comment Remover",
"vsixId": "d7c3f904-cc5a-4d47-aa25-81fb7c36df89"
},
{
"name": "Developer News 2022",
"vsixId": "36cfa8d9-bd14-4d32-a8a6-34133aa2309e"
},
{
"name": "Extensibility Essentials 2022",
"vsixId": "4c38fd13-e407-4da6-a7b2-a04346af8943"
},
{
"name": "Extensibility Margin",
"vsixId": "41b4c077-6d9f-4e0a-a356-988baf3e830a"
},
{
"name": "Extensibility Template Pack 2022",
"vsixId": "88049e1e-62f2-4ea2-851f-9ddb2de37f42"
},
{
"name": "Extension Manager 2022",
"vsixId": "4a196712-2c3f-4730-ad1d-e7cda4185eb3"
},
{
"name": "File Icons",
"vsixId": "3a7b4930-a5fb-46ec-a9b8-9610c8f953b8"
},
{
"name": "Font Sizer 2.0",
"vsixId": "f7198797-d75d-4a7b-93c6-7bb56907735b"
},
{
"name": "Image Manifest Tools",
"vsixId": "04f92311-4748-4f87-9d94-1aae42483d1f"
},
{
"name": "Insert Guid",
"vsixId": "9def4441-acfd-4dd6-bffd-4531a57dee37"
},
{
"name": "KnownMonikers Explorer 2022",
"vsixId": "c38f3512-4653-4d97-a4c5-860a425209f6"
},
{
"name": "Live Share 2022",
"vsixId": "Microsoft.VisualStudio.LiveShare.2022"
},
{
"name": "ML.NET Model Builder 2022",
"vsixId": "A274A0E2-E41E-40CC-A694-8D5D14BBD2D0"
},
{
"name": "Output enhancer",
"vsixId": "VSOutputEnhancer.Nikolay Balakin.a06be4c3-f97e-425c-8a0d-bdef08ac2abb"
},
{
"name": "Pkgdef Language",
"vsixId": "06278dd5-5d9d-4f27-a3e8-cd619b101a50"
},
{
"name": "Textmate Grammar Template",
"vsixId": "2913ed5b-5767-43f5-be7c-ff5c68754bc3"
},
{
"name": "The Essentials 2022",
"vsixId": "046d9eae-a595-4033-9a0d-209e3f01b90e"
},
{
"name": "Tweaks 2022",
"vsixId": "0c8bd9fa-77d5-4563-ab57-9e01608c3d05"
},
{
"name": "Visual Studio Theme Pack",
"vsixId": "VisualStudioThemePack.453e3fa1-2e0e-467e-abbd-1d08fe6468d1"
},
{
"name": "VS Theme Colors 2022",
"vsixId": "6ad27930-f7a1-4888-a172-c6fa4440e7a1"
},
{
"name": "VSCode Theme Converter",
"vsixId": "ThemeConverter.df309c71-fe30-4f88-bf07-d73fbc24fd11"
},
{
"name": "VSCT IntelliSense 2022",
"vsixId": "6c042f35-bf5c-4cf2-826e-05d6d12e5300"
},
{
"name": "VSIX Synchronizer",
"vsixId": "751759cc-53b5-45f6-8d75-43392a1dd89c"
}
]
}