Tom-Bonnike / vscode-formatting-toggle

A VS Code extension that allows you to toggle the formatter (Prettier, Beautify, …) ON and OFF with a simple click.
https://marketplace.visualstudio.com/items?itemName=tombonnike.vscode-status-bar-format-toggle
MIT License
60 stars 13 forks source link

Added extension icon #43

Closed coliff closed 5 years ago

coliff commented 5 years ago

Fixes: #39 If you'd like to suggest any changes, please let me know. I think the path in package.json might need to be different, but I'm not certain.

Tom-Bonnike commented 5 years ago

Hey, thank you for this PR! ❤️ Could you move the icon to the root folder of the project? That’s what vscode-prettier does (and then the path in package.json will be correct). Can you also make sure the circle is perfect? It seems cut from the GitHub preview.

screenshot 2019-03-03 at 10 29 14

I’m guessing the icon itself will look more crisp when scaled down to 128x128 by VSCode, thanks for uploading a retina version.

coliff commented 5 years ago

Hey. Thanks for the feedback. I’ll update the icon’s outer circle and the path in the package.json tomorrow morning.

Tom-Bonnike commented 5 years ago

Thaaanks! Just for clarity, the path in the package.json is correct but you put the icon in the src folder and it should be at the root instead.

Tom-Bonnike commented 5 years ago

Thank you!