Open DoctorKrolic opened 2 years ago
Version used: VS 2022 v17.3 Preview 2
To reproduce:
var str = $"";
{
Expected behavior: } as automatically inserted
}
Actual behavior: Nothing is automatically inserted:
Additional context: For C# all works fine:
This is because our LanguageConfigurationJson deliberately does not encode all the C# rules. We're not sure exactly what the fix here would be, but are open to a PR.
Version used: VS 2022 v17.3 Preview 2
To reproduce:
var str = $"";
{
Expected behavior:
}
as automatically insertedActual behavior: Nothing is automatically inserted:
Additional context: For C# all works fine: