0
2

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 3 years have passed since last update.

VSCodeのターミナルのデフォルト表示位置を右に変更する方法

Posted at

VSCodeを使用する際、ターミナルの表示位置を右に変更したいことがありますね、その場合はツールバーのターミナルを右クリックして「パネルを右に移動」を選択すると変更できます。
キャプチャ.PNG
しかしながら、エディタ起動の際、いつもこの操作をするのは少し面倒なので、デフォルトの表示位置を変更したいと思いました

結論としてはsetting.jsonに"workbench.panel.defaultLocation": "right"と追加するのみでデフォルト設定を変更できます。

自分の環境で試しただけなので、もしできなかったら申し訳ないです。

参考にしたサイト

stackoverflow "How do I move the panel in Visual Studio Code to the right side?"
https://stackoverflow.com/questions/41874426/how-do-i-move-the-panel-in-visual-studio-code-to-the-right-side

0
2
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
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?