Skip to content

Fixes hanging resolveExternalUri #463

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

Closed
wants to merge 38 commits into from

Conversation

jeanp413
Copy link
Member

@jeanp413 jeanp413 commented Nov 9, 2022

@jeanp413 jeanp413 requested a review from akosyakov November 9, 2022 22:56
Comment on lines 330 to 334
const listenerWebview = portViewProvider.onDidChangePorts(element => {
if (element === portViewProvider.portMap && tryResolve()) {
listenerWebview?.dispose();
}
});
Copy link
Member Author

@jeanp413 jeanp413 Nov 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to wait for ui to update, also it doesn't matter if there's nothing running in the port, url should be returned codespaces works this way

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 this pull request may close these issues.

5 participants