Hi All,
Likely a v. dumb question, so hopefully help is quick on this one. I have line numbers in the gutter (left margin) of my editor for code files, but this ISN’T present when writing *.mdc files.
Anyone have a hint on how to fix this?
Thanks,
Justin
1 Like
Hey, unfortunately, line numbers aren’t shown by default in the rules file, but you can turn off Cursor’s preview mode so the file opens as plain text by using these settings:
"workbench.editorAssociations": {
"*.mdc": "default"
},
"files.associations": {
"*.mdc": "markdown"
}