Bug: changing file extension causes file to be excluded from the project.
- I had index.js, rename it to index.ts for Typescript.
- Later changed the extension back to index.js
I did not exclude file from project inside webstorm, or exclude it inside .gitignore etc. But the file was not appearing when I tried cmd+shift+o
Tried:
- Restarting Webstorm
- Invalidating Cache and Restart
To fix this
- Deleted idea folder inside project
- Removed project from list of project in startup pane
- Loaded webstorm again using $> webstorm . from command line
Please sign in to leave a comment.
Can't recreate using provided steps. Can you reproduce the issue in your current project/new project?
no