You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.
0 commit comments