diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index ce7c56d05a..5a33b8fc29 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -377,7 +377,6 @@ async function performDownloadWithRetryDialog(downloadFunc: () => Promise, throw e; }; } - } async function queryForGithubToken(state: PersistentState): Promise {