You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We actually use an external component - Microsoft.VisualStudio.CodingConventions to do editorconfig settings discovery, and it's really a bug there.
In fact, I just checked, it doesn't work in Visual Studio too.
We actually use an external component - Microsoft.VisualStudio.CodingConventions to do editorconfig settings discovery, and it's really a bug there.
In fact, I just checked, it doesn't work in Visual Studio too.
Could you please share how did your configure omnisharp to work with Microsoft.VisualStudio.CodingConventions?
My root folder
${workspaceFolder}
name[Foo] bar
contains the characters[]
. If I rename tofoobar
, everything will work.[Foo] bar
& opendotnet new console -n Proj1
.editorconfig
[Foo] bar
folderOriginally posted by @ExceptionGit in #1526 (comment)
The text was updated successfully, but these errors were encountered: