Vscode Titlebar Less Macos Save Abandoned

An extension for hiding the titlebar on VSCode for macOS, and inline the traffic lights (= window controls).

Project README

Deprecation Notice

This extension does not work on VSCode 1.40 or newer, and has therefore been deprecated.

You may use Customize UI instead, which you can configure to achieve the same UI style by adding these settings in your settings.json file:

{
  "window.titleBarStyle": "native",
  "customizeUI.titleBar": "inline",
  "customizeUI.activityBar": "wide"
}

Titlebar-less VSCode for macOS

Preview

An extension to hide the titlebar on VSCode for macOS, and inline the traffic lights (= window controls).

Installation

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install lehni.vscode-titlebar-less-macos

Alternatively, you can run this command in the command line:

code --install-extension lehni.vscode-titlebar-less-macos

Usage

The extension adds 2 new commands to the command palette:

Titlebar-Less: Enable // Enable titlebar-less mode on macOS (patches core files)
Titlebar-Less: Disable // Disable titlebar-less mode on macOS (restores core files)

After executing either of these commands, you need to fully restart VSCode in order to see the extension's effect. Simply reloading the window is not enough.

If VSCode complains about it being corrupted after the restart, you have two options:

  1. Install the vscode-fix-checksums extension and adjust the internal checksums to prevent this error from being displayed. This will also solve the display of [Unsupported] in titles and menus.

  2. Choose Don't Show Again:

    Don't Show Again

See Disclaimer / A Word of Caution for details.

See Required User Settings, if the title bar doesn't look right after the restart.

Required User Settings

This extension only works with the following User Settings. In order to change them, choose Code > Preferences > Settings in the menu, and add / change these lines:

"window.titleBarStyle": "custom",
"window.nativeTabs": false,

Applying the Patches as Root

Due to security restrictions on some systems, VSCode may need to run as root in order to be able to apply the patches. To do so, open the Terminal.app and run:

sudo "/Applications/Visual Studio Code.app/Contents/MacOS/Electron"

Or this if you're using VSCode Insiders:

sudo "/Applications/Visual Studio Code - Insiders.app/Contents/MacOS/Electron"

Once you ave applied the patches by executing Titlebar-Less: Enable as root, quit VSCode and start it normally without root privileges again.

Disclaimer / A Word of Caution

This extension modifies files that are part of the core of VSCode, so use it at your own risk.

This extension creates backup files before modifying the core files, and these can be restored at any time using the Titlebar-Less: Disable command.

If anything goes wrong, you can always reinstall VSCode from code.visualstudio.com without loosing any settings or installed extensions.

Updating VSCode / Titlebar-Less

When either VSCode or this extension is updated to a newer version, you can reapply the extension's modifications of the core files simply by running this command again, followed by a restart of the full application:

Titlebar-Less: Enable

Before / After

Before/After

Inspiration

https://github.com/Microsoft/vscode/issues/12377

In particular, @orta's work on a similar fork.

License

MIT © Jürg Lehni, 2018

Open Source Agenda is not affiliated with "Vscode Titlebar Less Macos" Project. README Source: lehni/vscode-titlebar-less-macos
Stars
76
Open Issues
0
Last Commit
4 years ago

Open Source Agenda Badge

Open Source Agenda Rating