editorconfig / editorconfig-visualstudio

EditorConfig Visual Studio Addin
http://editorconfig.org
Other
353 stars 75 forks source link

File filter without curley braces crashes visual stuido #52

Open MoSkinny opened 7 years ago

MoSkinny commented 7 years ago

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