Sublime Forum

Dot Map File Extension Disappears In Side Bar

#1

I created a new file by right-clicking on the containing folder icon and choosing New File from the context menu. I named that file uasp.map, pasted in some text and saved it. The file is properly saved but it does not show up in the side bar.
I renamed the file to uasp.mapp and the file showed up in the side bar.
When I renamed it back to uasp.map, the “uasp.mapp” text in the side bar did the animation that happens whenever you delete a file but the file was not deleted.

Has anyone else noticed this or is this likely an issue with one of my installed packages?

Here is a list of my packages:
Emmet Style Reflector
HTML-CSS-JS Prettify
JSHint
SFTP
SQLTools
SublimeAStyleFormatter
Terminal
backrefs
jsonschema
markupsafe
mdpopups
pygments
pymdownx
python-jinja2
python-markdown
pyyaml
zzz A File Icon zzz

0 Likes

#2

Do you maybe have “*.map” in your project’s file exclude patterns? I just tried creating a foo.map file in my folder tree and it appeared fine, so I don’t think it’s something ST is hiding by default.

0 Likes

#3

I figured the problem was localized to me, but I did not think about the exclude patterns. Thanks for the suggestion, I will take a look.

0 Likes

#4

The dot map extension was excluded. I don’t remember setting that hence I never thought to look there but that doesn’t mean I didn’t do it.
Again, thanks for the help.

0 Likes