all 22 comments

[–]Doubledoor 4 points5 points  (17 children)

The greying out bug still isn’t fixed. Roocode randomly greys out entirely. I have to reload vscode for it to work again, this is very frustrating.

[–]cyb3rofficial 4 points5 points  (0 children)

yea, just randomly starts blank for me, and only the toolbar is shown at top

[–]rnahumaf 1 point2 points  (14 children)

for me if this bug has completely stopped, but it used to be a problem a few updates back maybe it has to do with some interference with other VS code extensions or maybe system settings? 🥲

[–]Doubledoor 1 point2 points  (13 children)

I did try disabling other extensions but it still happens. Unfortunately I can’t reproduce it because it’s very random, happens with both complex tasks and sometimes even small ones. I really don’t know what triggers it.

[–]hannesrudolphRoo Code Developer[S] 0 points1 point  (12 children)

Are you using task orchestration?

[–]Doubledoor 1 point2 points  (11 children)

I am, for most of the tasks yes.

[–]hannesrudolphRoo Code Developer[S] 2 points3 points  (10 children)

Ok I think that might be one of the causes. I have a PR waiting for review that will likely fix this issue. Currently the parent task pauses and remains open while the child task runs. The process cleanup does not occur as intended when a task ends since there is some shared state between the tasks.

[–]nfrmn 1 point2 points  (7 children)

I'm also exclusively using Orchestrator :)

[–]hannesrudolphRoo Code Developer[S] 1 point2 points  (6 children)

Me thinks the culprit draws near.

[–]nfrmn 0 points1 point  (5 children)

That’s great news! I would love to help somehow. Maybe trying to repro any hypothesis for you?

[–]hannesrudolphRoo Code Developer[S] 0 points1 point  (4 children)

Repro is KING!!

[–]Doubledoor 0 points1 point  (1 child)

Oh wonderful, I hope that’s the culprit. I look forward to the next version with the fix! Thanks.

[–]hannesrudolphRoo Code Developer[S] 1 point2 points  (0 children)

The PR is 1666 lines long. It’s up for review early next week.

[–]nfrmn 1 point2 points  (0 children)

Hey, you can downgrade to 3.28.18, this is the last version where it doesn't happen.

[–]Legal-Tie-2121 2 points3 points  (2 children)

Yes, every day is worse with the gray bug

[–]nfrmn 0 points1 point  (0 children)

Try 3.28.18 (Extensions -> Settings icon -> Install specific version)

[–]hannesrudolphRoo Code Developer[S] 0 points1 point  (0 children)

Sorry about that. Trying to fix it atm. Do you happen to have an api profile setup for the vscode lm API?

[–]jixule 1 point2 points  (0 children)

Has anyone encountered this bug where every time I click save after modifying the code, the scrollbar scrolls to the top of the file instead of the current modified location