LoginSignup
0
0

More than 3 years have passed since last update.

mac+vscodeで新規ウィンドウがタブ表示にならない時に試すこと

Last updated at Posted at 2020-05-07
settings.json
{
  "window.titleBarStyle": "native",
  "window.nativeTabs": true
}

これが設定されているのに、なぜかタブ表示にならない人向けです

手順

macOS 11(Big Sur)以降

  • システム環境設定から一般をクリック
    スクリーンショット 2020-12-30 21.45.11.png

  • 「書類を開くときはタブで開く」項目を「常に」にする
    スクリーンショット 2020-12-30 21.45.48.png

macOS 10.15 (Catalina) 以下

  • システム環境設定からDockをクリック

スクリーンショット 2020-05-07 18.22.16.png

  • 「書類を開くときはタブで開く」項目を「常に」にする

スクリーンショット 2020-05-07 18.23.41.png

これ、いつも忘れるんだよな〜😰

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0