Closed drewnoakes closed 2 years ago
Previously we had three projects, two of which were very small. This PR merges them all into the VSIX project.
Additional tidy ups:
RunAsync
ImmutableArray<>
ImmutableList<>
internal
.editorconfig
csharp_style_*
/azp run
Previously we had three projects, two of which were very small. This PR merges them all into the VSIX project.
Additional tidy ups:
RunAsync
calls, to improve performanceImmutableArray<>
overImmutableList<>
to reduce memory, as we were never updating the collectioninternal
.editorconfig
to amend somecsharp_style_*
rules