remove csharp-syntax-only-extension because vscode omnisharp ships that

This commit is contained in:
Johannes Rieken
2015-12-10 15:24:11 +01:00
parent bf6db83167
commit 7dbc878a32
5 changed files with 1 additions and 608 deletions

View File

@@ -1,23 +0,0 @@
{
"name": "csharp",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"contributes": {
"languages": [{
"id": "csharp",
"extensions": [ ".cs", ".csx" ],
"aliases": [ "C#", "csharp" ],
"configuration": "./csharp.configuration.json"
}],
"grammars": [{
"language": "csharp",
"scopeName": "source.cs",
"path": "./syntaxes/csharp.json"
}],
"jsonValidation": [{
"fileMatch": "project.json",
"url": "http://json.schemastore.org/project"
}]
}
}