10
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VSCodeでタブが1つしか開かなくなったときの対処法

Posted at

以下のように
複数タブが開いてくれないことがあったので。

スクリーンショット 2019-12-23 17.40.41.png

環境

  • macOS mojave(10.14.6)
  • Visual Studio Code(1.41.1)

原因

Macの画面ロックするときのコマンド (Command + Control + q) が誤爆して、
VSCodeのタブ切り替えのショートカットが起動してしまった模様。

方法1

VSCode上で以下のショートカットを入力する

Command + Control + w

方法2

Settings.json を開き

workbench.editor.showTabs: true

に設定する

参考

10
3
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
10
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?