You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: