mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
remove csharp-syntax-only-extension because vscode omnisharp ships that
This commit is contained in:
@@ -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"
|
||||
}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user