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

bug: manually entering project directory is laggy due to checking remote path #416

Open
johnstcn opened this issue May 9, 2024 · 0 comments

Comments

@johnstcn
Copy link
Member

johnstcn commented May 9, 2024

When connecting to a Coder workspace, users have the option to change the project directory by entering a path in a text field.

This text field appears to periodically validate the remote path, but this can happen in the middle of typing a new path.

Screen.Recording.2024-05-09.at.13.54.25.mov

It also appears to happen sync in the application thread, with the result that input will appear to periodically 'lag' while the remote path is checked.

This should ideally be done completely in the background, and when the user stops typing inside the text field.

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

No branches or pull requests

2 participants