-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
area/editor/vscodeIssues related to the Code OSS editor of CheIssues related to the Code OSS editor of Chekind/enhancementA feature request - must adhere to the feature request template.A feature request - must adhere to the feature request template.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.
Description
Is your enhancement related to a problem? Please describe
From time to time, we need to run a CLI tool performing long-running tasks in a terminal. The workspace idling time can prevent such tasks from being fulfilled.
Let's take the scenario from this blog post: Spec-Driven Development in Action.
When the user runs ra-aid with a specification file, it takes quite a while to complete. And, if the idle timeout is not enough, the command will be terminated by stopping the workspace.
Describe the solution you'd like
If possible, tracking terminal activity (reading stdout, errout) and treating it as a user activity will resolve this issue.
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/editor/vscodeIssues related to the Code OSS editor of CheIssues related to the Code OSS editor of Chekind/enhancementA feature request - must adhere to the feature request template.A feature request - must adhere to the feature request template.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.
Type
Projects
Status
✅ Done