Sfoglia il codice sorgente

Don't wait for settings message before continuing

main
Eric Amodio 7 anni fa
parent
commit
948a75de79
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/extension.ts

+ 1
- 1
src/extension.ts Vedi File

@ -247,7 +247,7 @@ async function migrateSettings(context: ExtensionContext) {
Logger.error(ex, 'migrateSettings');
}
finally {
await window.showInformationMessage(`GitLens v4 adds many new settings and removes a few old ones, so please review your settings to ensure they are configured properly.`);
window.showInformationMessage(`GitLens v4 adds many new settings and removes a few old ones, so please review your settings to ensure they are configured properly.`);
}
}

Caricamento…
Annulla
Salva