How do I disable tabs in Visual Studio Code?

后端 未结 3 2000
你的背包
你的背包 2021-02-06 21:21

With the new version of Visual Studio Code, tabs are rendered by default. How do I disable / hide them as I really liked the previous behavior without any tabs?

3条回答
  •  长情又很酷
    2021-02-06 21:43

    Visual Studio Code v1.27+ now includes a GUI for editing settings:

    1. Open menu FilePreferencesSettings.
    2. Choose User Settings to apply everywhere (or Workspace Settings to turn off tabs on just this workspace).
    3. Choose WorkbenchEditor Management on the left, and then scroll down to Show Tabs and uncheck.

    Alternatively, you could just pop into Zen Mode, which has tabs hidden by default.

提交回复
热议问题