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 dd8c7e1 + 99b1f5b commit 92daa3fCopy full SHA for 92daa3f
csharp.configuration.json
package.json
@@ -316,20 +316,6 @@
316
"workspaceContains:project.json"
317
],
318
"contributes": {
319
- "languages": [
320
- {
321
- "id": "csharp",
322
- "extensions": [
323
- ".cs",
324
- ".csx"
325
- ],
326
- "aliases": [
327
- "C#",
328
- "csharp"
329
330
- "configuration": "./csharp.configuration.json"
331
- }
332
333
"configuration": {
334
"title": "C# configuration",
335
"properties": {
@@ -391,13 +377,6 @@
391
377
}
392
378
393
379
},
394
- "grammars": [
395
396
- "language": "csharp",
397
- "scopeName": "source.cs",
398
- "path": "./syntaxes/csharp.tmLanguage"
399
400
401
380
"jsonValidation": [
402
381
{
403
382
"fileMatch": "project.json",
0 commit comments