cadamsdev / vscode-jetbrains-icon-theme

Icon theme for Visual Studio Code using official JetBrains product icons
Other
37 stars 27 forks source link

Add icons for Rust language files #72

Closed olivier-fs closed 1 year ago

olivier-fs commented 1 year ago

Hi! Very nice theme. The only thing that stops me from using it is the lack of icons for the Rust language :

I knon that Rust isn't as popular as say JS or C++ but it's gaining a lot of traction and I love it ! TIA

cadamsdev commented 1 year ago

Hey thanks for reporting the issue!

Added in v2.5.0

olivier-fs commented 1 year ago

Hi Nice ! I'm switching from (also great) Bromium to JetBrains now :-) Thank you

olivier-fs commented 1 year ago

Another small rust-related issue.

Rust's 'cargo' build tool looks not only for Cargo.toml file (that now has proper icon) but also for 'rust-toolchain.toml' where one can specify e.g. nightly toolchain instead of stable.

'rust-toolchain.toml' files have a blue T (toml) icon. Would be much better to assign these the same icon as Cargo.toml as it's also related to the build tools.

[ Still greatly enjoying this theme BTW :-)) Be it rust or c++ it looks fantastic, even more with dark/black themes ]

cadamsdev commented 1 year ago

@olivier-fs Fixed in v2.6.0

olivier-fs commented 1 year ago

Job quickly dispatched :-) Thank you!