Closed KreativJos closed 1 year ago
Don't know about versioning with this, but I do not think it really matters. I don't expect anyone to have an issue with this, because the feature is included in the default C# extension.
It won't matter exactly for the reason you mentioned. Probably redundancy should be considered as a bug. Omnisharp has an higher priority/consideration compared to the extension.
Don't know about versioning with this, but I do not think it really matters. I don't expect anyone to have an issue with this, because the feature is included in the default C# extension.
I've miss understood on the first round, I guess that your retro-compatibility concern is more related to the following situation: the user does not have the specific C# extension version - where the initialization feature for ctor exists - but it gets this change -> the user might loose the feature because none provides it. Possible approaches:
To me the second could be the correct decision, don't know if it's technically doable.
initializeMemberFromCtor is provided by the C# extension (omnisharp)
75