You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.
What's the file's Uniform Type Identifier (output of mdls -name kMDItemContentType /path/to/your/file)? kMDItemContentType = "public.mpeg-2-transport-stream"
What kind of preview do you expect? How can it be generated?
I wish it looked like a javascript file.
As far as I know, typescript started from javascript, so I think it'll probably be made similar.
The text was updated successfully, but these errors were encountered:
.ts is also a video format container. The ContentType generated by your terminal output is actually "right", but also wrong because you want to support "application/x-typescript", "text/x.typescript" or "text/prs.typescript"
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
new file typeRequest to support previews for a new file type
What's the file's extension?
.ts
What's the file's Uniform Type Identifier (output of
mdls -name kMDItemContentType /path/to/your/file
)?kMDItemContentType = "public.mpeg-2-transport-stream"
What kind of preview do you expect? How can it be generated?
I wish it looked like a javascript file.
As far as I know, typescript started from javascript, so I think it'll probably be made similar.
The text was updated successfully, but these errors were encountered: