mc-dp-icons icon indicating copy to clipboard operation
mc-dp-icons copied to clipboard

A fancy, minecraft-styled icon theme, designed specifically for datapack devs. Available at VS Code marketplace:

Results 7 mc-dp-icons issues
Sort by recently updated
recently updated
newest added

Type: Bug constantly creates settings.json Extension version: 3.0.1 VS Code version: Code 1.87.2 (863d2581ecda6849923a2118d93a088b0745d9d6, 2024-03-08T15:20:17.278Z) OS version: Windows_NT x64 10.0.22621 Modes: Unsupported

https://github.com/SuperAnt220/mc-dp-icons/assets/131806616/ca1638dc-a7a4-4e13-acb0-febafdf4103a Every time I try to enable the extension or set the file icon theme, it just gives the error "Problems parsing file icons file: End of file expected"

Hi 👋 I don't know is this issue is easy to resolve but: When an Item Modifier (json file) isn't directly in the `item_modifiers` folder but in a sub-folder of...

The setting called "Enable Pack Mcmeta check" will always create the .vscode/settings.json folder with the icon pack setting, even if it is not needed. In my case, I use the...

I use this for developing Animated Java, and I have a lot of svelte components that are just using the plain old paper icon. ![image](https://github.com/SuperAnt220/mc-dp-icons/assets/28514936/51265beb-5108-45b3-b6ee-420b75b4eae0) So maybe could we get...

See here: https://github.com/SuperAnt220/mc-dp-icons/blob/805321f678aede1eb472148b3879b20ceee562a7/fileicons/mc-dp-icon-theme.json#L509-L510 They should either get their own icon or adhere to the `js` or `ts` filetypes. Preferably the former though.

I found it quite annoying that the extension would create a `.vscode` folder and `settings.json` file in every project I opened with VSCode, so I made it only create it...