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
me.fornever.avaloniarider.idea.settings.AvaloniaSettings, stored in .idea/**/misc.xml
me.fornever.avaloniarider.idea.settings.AvaloniaProjectSettings, stored in .idea/**/avalonia.xml
Among those, settings from AvaloniaSettings are meant to be shared across the team, while settings from avalonia.xml aren't, but that's inconvenient.
We should gradually move AvaloniaProjectSettings to workspace.xml or avalonia-workspace.xml since they are volatile, and AvaloniaSettings to avalonia.xml, to allow the users to commit and share them if required.
The text was updated successfully, but these errors were encountered:
Currently, we have two setting components:
me.fornever.avaloniarider.idea.settings.AvaloniaSettings
, stored in.idea/**/misc.xml
me.fornever.avaloniarider.idea.settings.AvaloniaProjectSettings
, stored in.idea/**/avalonia.xml
Among those, settings from
AvaloniaSettings
are meant to be shared across the team, while settings fromavalonia.xml
aren't, but that's inconvenient.We should gradually move
AvaloniaProjectSettings
toworkspace.xml
oravalonia-workspace.xml
since they are volatile, andAvaloniaSettings
toavalonia.xml
, to allow the users to commit and share them if required.The text was updated successfully, but these errors were encountered: