WebStorm 特定文件名不会被识别为 TypeScript 文件

WebStorm specific file names don't get recognized as TypeScript files

已升级到最新版本的 WebStorm,IDE 无法将名称为 actions.ts 的文件识别为 .ts 文件。文件作为 .txt 文件打开,即使后缀仍然是 .ts.

并且此问题仅发生在名称为 actions.ts 的文件中,其他文件可以正常识别。

有人熟悉这个问题吗?

如果您不小心建立了文件类型关联,就会发生这种情况,可以通过转到 Preferences -> Editor -> File Types -> Text 来解决并使用右侧菜单中的 - 删除 actions.ts

示例: