Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

[preview] preview can initially lag #6868

Closed
jasonLaster opened this issue Aug 22, 2018 · 2 comments
Closed

[preview] preview can initially lag #6868

jasonLaster opened this issue Aug 22, 2018 · 2 comments

Comments

@jasonLaster
Copy link
Contributor

It's unfortunately common for the first preview to lag by a second or two. The reason for this is that in order to show the preview, the debugger first has to compute the mapped expression. The mapping is performed by the parser worker, which in the case of original files is busy computing the original and generated ast scopes.

@darkwing
Copy link
Contributor

Yeah, that can take a while. Might be nice to have a message somewhere just so the user knows work is happening and the info will be shown shortly.

@jasonLaster
Copy link
Contributor Author

We have a loading message in the scopes pane, but could do more there for sure.

@jasonLaster jasonLaster mentioned this issue Aug 23, 2018
9 tasks
@janodvarko janodvarko mentioned this issue Oct 12, 2018
25 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants