madskristensen / EditorConfigLanguage

A Visual Studio extension
Other
128 stars 37 forks source link

Current Extension Does Not Include Current Schema From Master Branch #65

Closed tonyhallett closed 5 years ago

tonyhallett commented 5 years ago

Installed product versions

Description

In the Schema folder inside the extension folder \AppData\Local\Microsoft\VisualStudio\15.0_fa800525\Extensions\lu0luhxe.b0c EditorConfig.json is not up to date. For instance this is the applicable kinds { "name": "dotnet_naming_symbols.<naming_symbols_title>.applicable_kinds", "description": "Application kinds.", "values": [ "*", "class", "struct", "interface", "enum", "property", "method", "field", "event", "delegate", "parameter" ], "defaultValue": [ "*" ], "multiple": true, "documentationLink": "https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-naming-conventions" },

Steps to recreate

Install the extension

Current behavior

Due to the missing applicable_kinds getting Incorrect EC114 warnings as per Issue 61 and Issue 60

Expected behavior

{ "name": "dotnet_naming_symbols.<naming_symbols_title>.applicable_kinds", "description": "Application kinds.", "values": [ "*", "namespace", "class", "struct", "interface", "enum", "property", "method", "field", "event", "delegate", "parameter", "type_parameter", "local", "local_function" ], "defaultValue": [ "*" ], "multiple": true, "documentationLink": "https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-naming-conventions" }, as per merged pull request 53

madskristensen commented 5 years ago

I'll make a fresh release to the Marketplace. Stay tuned...

madskristensen commented 5 years ago

It's now live