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

Visual Studio Codeのユーザー設定 ウインドウ

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

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

バージョン情報

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

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

有効にすると、既存のインスタンスを再利用する代わりに、新しいウィンドウでファイルを開きます。


	// When enabled, will open files in a new window instead of reusing an existing instance.
	"window.openInNewWindow": true,

再起動の後、フォルダが、どのように再開するかを制御します。


	// Controls how folders are being reopened after a restart. Select 'none' to never reopen a folder, 'one' to reopen the last folder you worked on or 'all' to reopen all folders of your last session.
	"window.reopenFolders": "one",

フォルダを再度開かないために'none'、あなたが作業した最終フォルダを再度開く'one'、あるいは、あなたの最終セッションのすべてのフォルダを再度開く'all'を選択します。

Home Editor Tools Operation TagScript HPSpace

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