Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to remove this white line between status bar on macos and vscode? #169

Closed
sobolevn opened this issue Mar 19, 2024 · 3 comments

Comments

@sobolevn
Copy link

Hi! Thanks a lot for this amazing extensions, I like it very much.
Question / feature proposal: is it possible to remove this?
Снимок экрана 2024-03-19 в 12 33 31

Do you see this white line? It is an old electron bug on macos or something, it was around since Catalina? I guess.

microsoft/vscode#144389

@sobolevn
Copy link
Author

"apc.electron": {
      "frame": false,
      "transparent": true,
}

Solved this for me!

Снимок экрана 2024-03-19 в 12 41 56

Thank you, this is amazing!

@niemes
Copy link

niemes commented Apr 1, 2024

"apc.electron": {
      "frame": false,
      "transparent": true,
}

Solved this for me!
Снимок экрана 2024-03-19 в 12 41 56

Thank you, this is amazing!

Hey, I try the same code and MacOs white border are still there. What did you do to get ride of them ?

I installed the extension, added the style in settings.json
Executed sudo chown -R $(whoami) $(which code)
Rebooted my Mac

Still have those horrible lines... Am I missing something ?

Screenshot 2024-04-02 at 00 20 02

MacOs Sonoma 14.3

@sobolevn
Copy link
Author

sobolevn commented Apr 1, 2024

You can check my dotfiles: https://github.com/sobolevn/dotfiles
It is a complete and up-to-date collection of all the settings I use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants