File tree Expand file tree Collapse file tree 3 files changed +228
-116
lines changed
Expand file tree Collapse file tree 3 files changed +228
-116
lines changed Original file line number Diff line number Diff line change 1212dist-ssr
1313* .local
1414
15+ # RALPH Runner task state
16+ .ralph /
17+
1518# Editor directories and files
1619.vscode /*
1720! .vscode /extensions.json
Original file line number Diff line number Diff line change 6969 "minimum" : 30000 ,
7070 "description" : " Maximum time (ms) to wait for Copilot per step (default 10 min)."
7171 },
72- "ralph-runner.copilotIdleThresholdMs" : {
73- "type" : " number" ,
74- "default" : 30000 ,
75- "minimum" : 5000 ,
76- "description" : " Duration of no workspace activity (ms) before assuming Copilot is done."
77- },
7872 "ralph-runner.copilotMinWaitMs" : {
7973 "type" : " number" ,
8074 "default" : 15000 ,
8175 "minimum" : 0 ,
82- "description" : " Minimum time (ms) to wait for Copilot to start working before checking idle ."
76+ "description" : " Minimum time (ms) to wait for Copilot to start working before checking the step is complete ."
8377 }
8478 }
8579 }
You can’t perform that action at this time.
0 commit comments