新規作成日 2015-12-12
最終更新日
参考にしたVisual Studio Codeのバージョン
Version 0.10.3の設定ファイルを参考にしました。他のバージョンでは、項目の削除あるいは追加が行われていると思います。
あなたの設定ファイル「settings.json」に、「Default Settings」から必要な項目を配置することによって、設定を上書きします。
検索で、ファイルとフォルダを除外するための、globパターンを設定します。
// Configure glob patterns for excluding files and folders in searches. Inherits all glob patterns from the file.exclude setting.
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true
},
file.exclude設定から、すべてのglobパターンを継承します。