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
<Descriptionxml:space="preserve">CSharpier is an opinionated code formatter for c#. It uses Roslyn to parse your code and re-prints it using its own rules.</Description>
<Descriptionxml:space="preserve">CSharpier is an opinionated code formatter for c#. It uses Roslyn to parse your code and re-prints it using its own rules.</Description>
Copy file name to clipboardExpand all lines: Src/CSharpier.VisualStudio/ChangeLog.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
-
## [2.0.1]
1
+
## [2.0.2]
2
+
- Remember if a user has closed the "CSharpier must be installed" warning so that it doesn't reappear in each new instance of VS
3
+
4
+
## [2.0.1]
2
5
- Set working directory for CSharpier Server to the directory that contains CSharpier. Fixes an issue with a recursive file watch being run on the project root.
0 commit comments