editorconfig-visualstudio icon indicating copy to clipboard operation
editorconfig-visualstudio copied to clipboard

File filter without curley braces crashes visual stuido

Open MoSkinny opened this issue 7 years ago • 0 comments

Hello,

I originally downloaded the roslyn / .editorConfig file and found it caused this extension to crash and opened this issue: https://github.com/dotnet/roslyn/issues/17914

From that discussion it sounds like [.cs] should be a valid file filter.

Steps to Reproduce: Install the EditorConfig extension for VS 2015 Place the roslyn / .editorconfig file in the solution folder Open the solution in VS 2015

Expected Behavior: Visual studio doesn't crash due to the missing curly braces in the [.cs] file type filter under the CSharp code style settings: section. The file filter [.cs] should be [*.{cs}]

Actual Behavior: Microsoft Visual Studio 2015 has stopped working

b1a93a8c-0a5e-11e7-9e3b-986fc01d5589

MoSkinny avatar Mar 21 '17 22:03 MoSkinny