Let me know if a similar question already exists, or it’s supposed to go somewhere else, I wasn’t sure whether it would best fit here or in “Contributing”.
Something that has be puzzling me for a while is that when I open my fork of GitHub - redwoodjs/redwood: The App Framework for Startups in VS Code, the color of the status bar changes to the same color as when I’m debugging something.
Has anybody else noticed something similar?
Took some screenshots using the default Dark+
theme:
No folder or workspace open: purple status bar, so far so good
Open folder: blue status bar, everything checks out
redwood
: heard you liked orange
I’m not running anything, I literally cloned the repo, ran yarn install
and then code .
A few notes:
- This happens on both stable and insiders VS Code
- Tried disabling all my extensions, no changes
- Tried with the upstream repo instead of my fork, no changes
- Opening the parent folder of where I cloned the repo “works” (blue status bar), but I have the suspicion that it’s now how it’s supposed to work. Or is it? dun dun dunnnn
- I’ve only seen it happen with
redwood
on this machine, haven’t tried reproing on another computer - It doesn’t prevent me from doing anything, it just looks like I’m in the middle of doing something important and asking for my attention, but I don’t know what for. That’s it,
redwood
is a child.
¯\_(ツ)_/¯