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 was archived by the owner on Apr 22, 2026. It is now read-only.
For organization purposes, many files that contain x86 assembly don't use the format .asm, but rather .s or .x86 and so on. However, when using VSCode to format such files with Ctrl+Shift+P>Format asm
it errors with message "You can only format .asm files".
Do you think we should enable other file formats? If so, I'd be looking into such feature and submitting a PR, depending on the answer. Thanks for the formatter, btw!
For organization purposes, many files that contain x86 assembly don't use the format .asm, but rather .s or .x86 and so on. However, when using VSCode to format such files with
Ctrl+Shift+P> Format asmit errors with message "You can only format .asm files".
Do you think we should enable other file formats? If so, I'd be looking into such feature and submitting a PR, depending on the answer. Thanks for the formatter, btw!