We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88f6a47 + 073b39c commit b3d4110Copy full SHA for b3d4110
package.json
@@ -1,12 +1,18 @@
1
{
2
"name": "csharp",
3
"publisher": "ms-vscode",
4
- "version": "0.3.7",
+ "version": "0.3.8",
5
"description": "C# for Visual Studio Code (powered by OmniSharp).",
6
"displayName": "C#",
7
"author": "Microsoft Corporation",
8
"license": "SEE LICENSE IN RuntimeLicenses/license.txt",
9
"icon": "images/csharpIcon.png",
10
+ "categories": [
11
+ "Debuggers",
12
+ "Languages",
13
+ "Linters",
14
+ "Snippets"
15
+ ],
16
"main": "./out/omnisharpMain",
17
"scripts": {
18
"postinstall": "gulp omnisharp && tsc"
0 commit comments