Skip to content

Commit b3d4110

Browse files
Merge pull request #94 from DustinCampbell/add-categories
Add categories to package.json to ensure the extension shows up prominently in the market place
2 parents 88f6a47 + 073b39c commit b3d4110

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "0.3.7",
4+
"version": "0.3.8",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
88
"license": "SEE LICENSE IN RuntimeLicenses/license.txt",
99
"icon": "images/csharpIcon.png",
10+
"categories": [
11+
"Debuggers",
12+
"Languages",
13+
"Linters",
14+
"Snippets"
15+
],
1016
"main": "./out/omnisharpMain",
1117
"scripts": {
1218
"postinstall": "gulp omnisharp && tsc"

0 commit comments

Comments
 (0)