Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add information that custom SVG file and folder icons are only supported via user settings configurations.
  • Loading branch information
PKief committed Dec 7, 2023
1 parent 7ac65d3 commit a18fd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ For example a custom SVG file called `sample.svg` can be placed in an `icons` fo
┗ sample.svg
```

In the settings.json the icon can be associated to a file name or file extension like this:
In the settings.json (User Settings only!) the icon can be associated to a file name or file extension like this:

```json
"material-icon-theme.files.associations": {
Expand Down Expand Up @@ -133,7 +133,7 @@ In our example we place them into an `icons` folder inside of the `.vscode/exten
┗ folder-sample-open.svg
```

In the settings.json the folder icons can be associated to a folder name (e.g. "src") like this:
In the settings.json (User Settings only!) the folder icons can be associated to a folder name (e.g. "src") like this:

```json
"material-icon-theme.folders.associations": {
Expand Down

0 comments on commit a18fd92

Please sign in to comment.