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
- GlobalOptions renamed to GlobalSettings
- Service for license check added
- File compare before overwrite fixed
- Formatter support for tools like Prettier added
Fluent
- force overwrite a file added
- Formatter support added
- rename a member added
- change return type added
- documentation improved
/// <summary>Blocks the current thread until the license is checked, using a <see cref="T:System.TimeSpan" /> to specify a optional timeout.</summary>
43
+
/// <param name="timeout">A <see cref="T:System.TimeSpan" /> that represents the number of milliseconds to wait, or a null to wait indefinitely.</param>
44
+
/// <returns>
45
+
/// <see langword="true" /> if the was checked successful; otherwise, <see langword="false" />.</returns>
0 commit comments