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

'Quick Actions' gets Visual Studio stuck in some kind of loop

Open stijnherreman opened this issue 7 years ago • 0 comments

Using Visual Studio 2015 with the bleeding edge version of the extension.

When trying to use the Quick Actions menu, either via the lightbulb icon or via the shortcut, Visual Studio gets stuck in some kind of loop where the lightbulb icon flickers. The only way to get rid of it is by forcibly closing Visual Studio.

.editorconfig at solution level

root = true

[*]
charset = utf-8
indent_size = 4
indent_style = tab
tab_width = 4
end_of_line = crlf
insert_final_newline = false
trim_trailing_whitespace = true

Example: focus

stijnherreman avatar Aug 14 '16 14:08 stijnherreman