material-extensions / material-icons-browser-extension

Browser Addon that enhances file browsers of version controls with material icons.
MIT License
511 stars 38 forks source link

is it possible to copy the same configuration to vscode? #34

Closed douglasgomes98 closed 2 years ago

dovatti commented 2 years ago

I think you're bit confused. You can't use this icon extension in Visual Studio Code because it's designed for GitHub. Actually you can use the icon pack this extension uses: you can check it out here.

For installing it just go to Visual Studio Code Marketplace in the official project page. After doing that simply activate it as written in the repo readme.

douglasgomes98 commented 2 years ago

In fact, I managed to make it very similar, it was only necessary to add some settings in vscode. "workbench.iconTheme": "material-icon-theme", "material-icon-theme.folders.color": "#42a5f5", "material-icon-theme.activeIconPack": "react_redux",

thanks!

dovatti commented 2 years ago

Do not worry man. I didn't understand the question, it was not clear. Glad to helped you 😁