Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal warning about 'detect node runtime' is too eager #1034

Closed
gjsjohnmurray opened this issue Nov 14, 2022 · 0 comments · Fixed by #1035
Closed

Modal warning about 'detect node runtime' is too eager #1034

gjsjohnmurray opened this issue Nov 14, 2022 · 0 comments · Fixed by #1035
Assignees

Comments

@gjsjohnmurray
Copy link
Collaborator

Let's make it wait more than 5 seconds:

const failureMessageTimer = setTimeout(() => {
window.showWarningMessage("Check Terminal view for an erroring 'detect node runtime' session. Capture details for investigation, then kill the terminal to continue SQLTools extension startup. Change the 'sqltools.detectNodeRuntime' setting to disable runtime detection.",
{ modal: true });
commands.executeCommand("terminal.focus");
}, 5000);

Arose from #1024 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant