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
@@ -299,6 +303,11 @@ export class JavaFormatterSettingsEditorProvider implements vscode.CustomTextEdi
299
303
this.checkedProfileSettings=awaitvscode.window.showInformationMessage("The active formatter profile is remote, do you want to open it in read-only mode or download and use it locally?",
300
304
"Open in read-only mode","Download and use it locally").then(async(result)=>{
constanswer=awaitvscode.window.showErrorMessage(`Failed to get the profile content from uri: ${settingsUrl}. Do you want to retry?`,"Retry","Open Settings");
0 commit comments