RandomFractals / vscode-snippets-viewer

Snippets viewer for VSCode
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.snippets-viewer
GNU General Public License v3.0
9 stars 1 forks source link

Map javascriptreact and typescriptreact snippets icons to what editor shows in file titlebar #37

Closed usernamehw closed 3 years ago

usernamehw commented 3 years ago

Should they use the same react icons as editors?

Screenshot (459)

RandomFractals commented 3 years ago

They should. Do you know how to get that react icon from vscode files theme?

RandomFractals commented 3 years ago

oh, I believe those file extensions should be jsx and tsx. I'll remap them.

RandomFractals commented 3 years ago

@usernamehw I remaped them. TS react still shows regular TS file icon, but that might look different on your machine depending on vscode files theme you are using.

image