1. ホーム
  2. visual-studio-code

[解決済み】Visual Studioのコードエクスプローラーのファイルツリー構造で、さらにインデントを追加する方法は?

2022-04-01 12:09:59

質問

ファイルツリー構造でインデントを増やすには?NetBeansのように、少しインデントを増やしたいのです。

画像を確認する

解決方法は?

{  
 "workbench.tree.indent": 20,  // just paste this line of code in setting.json file
  "editor.mouseWheelZoom": true // for zoom in & out font size with Ctrl+ mouse scroll
}