Home > Editor > Visual Studio Code > 機能 > カスタマイズ > ユーザー設定

Visual Studio Codeのユーザー設定 ファイルエクスプローラー

新規作成日 2015-12-12
最終更新日

参考にしたVisual Studio Codeのバージョン

バージョン情報

Version 0.10.3の設定ファイルを参考にしました。他のバージョンでは、項目の削除あるいは追加が行われていると思います。

あなたの設定ファイル「settings.json」に、「Default Settings」から必要な項目を配置することによって、設定を上書きします。

スクロールバーが表示される前の作業ファイルの最大数。


	// Maximum number of working files to show before scrollbars appear.
	"explorer.workingFiles.maxVisible": 9,

作業ファイルの項目の高さを動的に要素数に適応する必要があるか制御します。


	// Controls if the height of the working files section should adapt dynamically to the number of elements or not.
	"explorer.workingFiles.dynamicHeight": true,

Home Editor Tools Operation TagScript HPSpace

Copyright (C) 2011 Horio Kazuhiko(kukekko) All Rights Reserved.
kukekko@gmail.com
ご連絡の際は、お問い合わせページのURLの明記をお願いします。
「掲載内容は私自身の見解であり、所属する組織を代表するものではありません。」