roslyn: Some CSharpFormattingOptions not getting serialized
The formatting options SmartIndent
and NewLine
are not getting serialized because CSharpSettingsManagerOptionSerializer
does not Export the featurename
Corresponding intergration tests should be added. Tagging @dpoeschl
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 23 (13 by maintainers)
Commits related to this issue
- Serialize left out Shared Formatting Options Fix #2218 : The Formatting Options UseTab, TabSize, IndentSize and IndentStyle were not getting persisted. This change fixes it. The integration tests wil... — committed to basoundr/roslyn by basoundr 9 years ago
- CommonFormattingOptions dont use LangSerializers Fix #2218 Language Settings Serializers should not be used to serialize Non-PerLangaugeOptions. This change addresses this issue — committed to basoundr/roslyn by basoundr 9 years ago
@lukefan6, yep, it should show up in the notification window just like any other update.
-Josh