Visual Studio Code - Material Icon Theme Customize 해보자

sour_gexko·2022년 3월 13일
0

개요

Material Icon Theme를 사용하면서, 해당 Extension에서 정해준 폴더명으로 했을 시에만 Icon이 적용이 된다.
내가 자주 사용하는 폴더명이 있는데, 어떤 폴더은 Icon이 적용이 되고, 어떤 폴더는 안되니 디렉토리탐색창에서 가독성(?)이 떨어진다.
찾아보니 됨.

settings.json

  "material-icon-theme.folders.associations": {
    "sample1": "sample2",
  },

https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
에 나와있는 아이콘 명을 참고하여,
settings.json에서 위와같이 작성.
sample1은 해당 아이콘을 배치할 폴더명, sample2에는 아이콘명을 작성하면 된다

예시:

  "material-icon-theme.folders.associations": {
    "domain": "container",
    "presentation": "mobile",
    "repository": "interface"
  },

전:

후:

profile
개발자가 되고싶은 직장인

0개의 댓글