Closed wesbos closed 8 months ago
@sambecker I'm not sure how to get this icon to show up. What is it for? Remote connections?
I have no idea. It only showed up for me after updating to the January 2023 (1.75.0
) version of VS Code.
When I hover over it, it says: Open a Remote Window
. It's a feature I don't think I've ever used.
@wesbos It's for WSL on Windows. 🙂
Mine looks green because I use Peacock to change the color of all the major UI parts in VSC, but it's that Yellow by default.
If I click on it this pop-up shows.
It's not just WSL, I have this icon too on Linux and it does appear a bit distracting (in addition the hover state looks a bit wrong). Perhaps try installing the Remote - SSH
extension.
I see it now too. Not sure how VS Code decides which color it is. The hover color is weird too
Some more info from Chris Dias. I'll ask if he knows anything about it
the color is statusBarItem.remoteBackground
. It can be manually overridden for any theme by adding this to settings.json
:
"workbench.colorCustomizations": {
"[Cobalt2]": {
"statusBarItem.remoteBackground": "#ff0000",
}
}
Hey Wes, I'd love to take a shot at this if no one else is working on it. I just completed my own VSCode theme Mando Dark and am trying to get more experience contributing to projects that aren't my own.
@StephenBuley please do! I could use the help
Fixed in PR #225
Moved from https://github.com/wesbos/cobalt2/issues/181
@sambecker
Not sure if this is intended behavior from VS Code or from the theme itself, but the effect is that it seems like some action needs to be taken.