解決 VS Code 檔案目錄縮排過小


#VS Code#IDE
VS Code(Visual Studio Code) 預設的檔案總管縮排是 8px,有夠窄、可讀性很低,實測後我自己會使用 20px 增加工作效率。

設定


從  檔案(File) > 喜好設定(Preference) > 設定(Settings) 開啟設定,左下角齒輪也有同樣的選項。
或是使用快捷鍵:

  • Windows Ctrl + ,
  • Mac Command + ,

搜尋 workbench.tree.indent 即可調整。


參考:
https://stackoverflow.com/questions/55310734