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

TypeScript builder locks workspace and prevents other operations (save) from completing #327

Open
mickaelistria opened this issue Jul 20, 2016 · 0 comments

Comments

@mickaelistria
Copy link

The TypeScript builder seems to be locking workspace (probably using a WorkspaceJob) for a while, although it may not be necessary to lock it fully: only write operations need a lock, and it's usually included in the write actions directly without need to take care of locking.
As a consequence, other workspace write operations (save, builder...) are queued and the workspace becomes unusable until the TypeScript Builder completes.

Please avoid such situation of locking workspace for long and preventing user to keep on working, those are very badly perceived by users.

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

1 participant