Skip to content

Commit

Permalink
Enable roslyn on update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damnae committed May 27, 2017
1 parent 69d32d3 commit a51d9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static void NotifyEditorRun()
private static void updateData(string destinationFolder, Version fromVersion)
{
var settings = new Settings(Path.Combine(destinationFolder, Settings.DefaultPath));
// if (fromVersion < new Version(1, 46)) settings.UseRoslyn.Set(false);
if (fromVersion < new Version(1, 53)) settings.UseRoslyn.Set(true);
settings.Save();
}

Expand Down

0 comments on commit a51d9e2

Please sign in to comment.