mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-14 12:08:33 -05:00
Don't wait for settings message before continuing
This commit is contained in:
@@ -247,7 +247,7 @@ async function migrateSettings(context: ExtensionContext) {
|
|||||||
Logger.error(ex, 'migrateSettings');
|
Logger.error(ex, 'migrateSettings');
|
||||||
}
|
}
|
||||||
finally {
|
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.`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user