AtomMaterialUI / a-file-icon-idea

Atom Material Icons for JetBrains - Replace File and UI Icons for better visual grepping.
http://www.material-theme.com/docs/configuration/icons-settings/#atom-material-icons-plugin
MIT License
218 stars 27 forks source link

Bug with ts files in webstorm 2023.1 with new UI #372

Closed NeAleshka closed 1 year ago

NeAleshka commented 1 year ago

Describe the bug Files with ts extension are assorted with test.ts in webstorm v.2023.1 with new UI.

To Reproduce 1.Enable new UI in webstorm versin 2023.1 2.Create example.ts file and create example.test.ts file 3.example.ts and example.test.ts files have identical icon

Expected Behavior example.ts have typeScript.svg and example.test.ts have testts.svg

Environment WebStorm 2023.1.2 Build #WS-231.9011.35, built on May 16, 2023 Licensed to signup scooter You have a perpetual fallback license for this version. Subscription is active until August 1, 2025. Runtime version: 17.0.6+10-b829.9 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 1024M Cores: 12 Registry: debugger.new.tool.window.layout=true ide.experimental.ui=true

Non-Bundled Plugins: com.jinsihou.react.snippets (1.1.1) com.mallowigi (90.0.0) intellij-extract-css (1.1.231) com.github.dinbtechit.vscodetheme (1.8.0)

Plugin version 90.0.0

Screenshots

Screenshot 2023-06-04 214039

welcome[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the issue template!

mallowigi commented 1 year ago

Depends where your file is located. If a parent folder is tests or specs, then all typescript files inside have the test icon

NeAleshka commented 1 year ago

Depends where your file is located. If a parent folder is tests or specs, then all typescript files inside have the test icon

Parent folders don`t consist test or spec and if disabled new UI it work correct, i think this bug with new UI Screenshot 2023-06-04 214039

mallowigi commented 1 year ago

Nope:

CleanShot 2023-06-06 at 09 57 21@2x

Can you provide a screenshot of your project tree?