EditorConfigLanguage
EditorConfigLanguage copied to clipboard
Visual studio 15.5 Preview 4 hangs when ident_size is set
Installed product versions
- Visual Studio Enterprise 15.5 Preview 4.0
- This extension: 1.17.226
Description
Visual Studio hangs after ident size is set
Steps to recreate
- Open .editorconfig file
- Type with statement completion
root = true
[*.cs]
charset = utf-8
end_of_line = crlf
indent_size = 2
- Press Ctrl+Space on the new line
- Visual Studio will hang
Current behavior
Visual Studio hangs
Expected behavior
Statement completion popup opens
I cannot reproduce this issue with EditorConfig Language Service version 1.17.226. @xperiandri, are you using an older version of the extension? There was an issue that would cause this hang but that was fixed a few weeks ago
I tried for this solutions https://github.com/VHQLabs/TargetFrameworkMigrator
Extension version is 1.17.226
@madskristensen I'm hitting this issue too on 15.5-preview5 but I'm not able to reproduce on 15.4.5 (Release channel). 1.17.226 on both.
I've hit this now for a few different settings that take user-specified values:
indent_size = 4
dotnet_naming_rule.public_methods.style = pascal_case
dotnet_naming_style.private_fields.required_prefix = _
When any of these are present in the file, adding a new setting on a different line will cause VS to hang after typing the first character.
I can not reproduce this issue.
Same issue here. Version 1.17.226
Same here, using VS 15.5.0 (Enterprise, German)
Same here on 15.5.2 Professional