@@ -166,7 +166,7 @@ public async Task SignInAsync()
166166 // show an error message box
167167 var msgboxResult = await VS . MessageBox . ShowAsync (
168168 "Windsurf: Failed to get the Authentication Token. Please check the output " +
169- "window for more details." ,
169+ "window for more details." ,
170170 "Do you want to retry?" ,
171171 OLEMSGICON . OLEMSGICON_WARNING ,
172172 OLEMSGBUTTON . OLEMSGBUTTON_RETRYCANCEL ,
@@ -222,8 +222,8 @@ private async Task GetLanguageServerInfoAsync()
222222 {
223223 string portalUrl = _package . SettingsPage . PortalUrl . TrimEnd ( '/' ) ;
224224 extensionBaseUrl = portalUrl ;
225- string version = await new HttpClient ( ) . GetStringAsync ( portalUrl + ( "/api/" +
226- "version" ) ) ;
225+ string version =
226+ await new HttpClient ( ) . GetStringAsync ( portalUrl + ( "/api/" + "version" ) ) ;
227227 if ( version . Equals ( "test" , StringComparison . OrdinalIgnoreCase ) ||
228228 Regex . IsMatch ( version , @"^\d+\.\d+\.\d+$" ) )
229229 {
@@ -306,7 +306,7 @@ await _package.LogAsync(
306306 ] ;
307307
308308 errorBar . Show ( "[Windsurf] Critical Error: Failed to download the language server. Do " +
309- "you want to retry?" ,
309+ "you want to retry?" ,
310310 KnownMonikers . StatusError ,
311311 true ,
312312 null ,
@@ -490,7 +490,7 @@ await _package.LogAsync("LanguageServer.VerifyLanguageServerSignatureAsync: Fail
490490
491491 await ThreadHelper . JoinableTaskFactory . SwitchToMainThreadAsync ( ) ;
492492 errorBar . Show ( "[Windsurf] Failed to verify the language server digital signature. The " +
493- "executable might be corrupted." ,
493+ "executable might be corrupted." ,
494494 KnownMonikers . IntellisenseWarning ,
495495 true ,
496496 null ,
@@ -528,7 +528,7 @@ await _package.LogAsync(
528528
529529 new NotificationInfoBar ( ) . Show (
530530 "[Windsurf] Critical error: Failed to create language server directories. Please " +
531- "check the output window for more details." ,
531+ "check the output window for more details." ,
532532 KnownMonikers . StatusError ,
533533 true ,
534534 null ,
@@ -596,7 +596,7 @@ await _package.LogAsync(
596596
597597 await ThreadHelper . JoinableTaskFactory . SwitchToMainThreadAsync ( ) ;
598598 errorBar . Show ( "[Windsurf] Critical Error: Failed to start the language server. Do " +
599- "you want to retry?" ,
599+ "you want to retry?" ,
600600 KnownMonikers . StatusError ,
601601 true ,
602602 null ,
@@ -618,7 +618,7 @@ await _package.LogAsync(
618618 // warn the user about the issue
619619 await ThreadHelper . JoinableTaskFactory . SwitchToMainThreadAsync ( ) ;
620620 new NotificationInfoBar ( ) . Show ( "[Windsurf] Failed to read output from the language " +
621- "server, Windsurf might not work properly." ,
621+ "server, Windsurf might not work properly." ,
622622 KnownMonikers . IntellisenseWarning ,
623623 true ,
624624 null ,
@@ -653,7 +653,7 @@ await _package.LogAsync(
653653 {
654654 new NotificationInfoBar ( ) . Show (
655655 "[Windsurf] Critical Error: Failed to get the language server port. Please " +
656- "check the output window for more details." ,
656+ "check the output window for more details." ,
657657 KnownMonikers . StatusError ,
658658 true ,
659659 null ,
0 commit comments