Skip to content

Commit cf6e22d

Browse files
authored
Create vs-market-place-manifest.json
1 parent 6a898ca commit cf6e22d

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

vs-market-place-manifest.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "http://json.schemastore.org/vsix-publish",
3+
"categories": [ "coding", "reporting", "testing" ],
4+
"identity": {
5+
"description": "Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)", // The description of the extension. Required for non-vsix extensions.
6+
"displayName": "Fine Code Coverage", // The display name of the extension. Required for non-vsix extensions.
7+
"icon": "\\path\\to\\icon.ico", // The path to an icon file (can be relative to the json file location). Required for non-vsix extensions.
8+
"installTargets": [ // The installation targets for the extension. Required for non-vsix extensions.
9+
{
10+
"sku": "Microsoft.VisualStudio.Community",
11+
"version": "[16.0, 17.0)"
12+
}
13+
],
14+
"internalName": "FineCodeCoverage",
15+
"language": "en-US", // The default language id of the extension. Can be in the "1033" or "en-US" format. Required for non-vsix extensions.
16+
"version": "1.1.0", // The version of the extension. Required for non-vsix extensions.
17+
"vsixId": "fcc-f339fe606-9d51-4fca-895c-d50375137b62", // The vsix id of the extension. Not required but useful for showing updates to installed extensions.
18+
"tags": [
19+
".net",
20+
".net core",
21+
".net framework",
22+
".netcore",
23+
".netframework",
24+
"c#",
25+
"code coverage",
26+
"community",
27+
"community edition",
28+
"core",
29+
"coverage",
30+
"coverlet",
31+
"free",
32+
"open cover",
33+
"openCover",
34+
"report generator",
35+
"reportGenerator",
36+
"test",
37+
"test coverage",
38+
"unit test",
39+
"unit test coverage",
40+
"vb",
41+
"visual studio",
42+
],
43+
},
44+
"overview": "vs-market-place-overview.md",
45+
"priceCategory": "free",
46+
"publisher": "FortuneNgwenya",
47+
"private": false,
48+
"qna": true,
49+
"repo": "https://github.com/FortuneN/FineCodeCoverage"
50+
}

0 commit comments

Comments
 (0)