Hey, the .mdc rules have to live in .cursor/rules
, as from your file tree, it looks like Cursor is correctly writing them there!
No, I have manually copied data in there. I am not even trying to write rules I am trying to write prds to a prd folder they just happen to be mdc files.
This is very annoying, constantly when asking cursor to help me to update it’s rules it thinks it writing to the file but it is not!!! Why isn’t it!?!?!??!??!!?!?
Hey, try adding these settings to Cursor:
"workbench.editorAssociations": {
"*.mdc": "default"
},
"files.associations": {
"*.mdc": "markdown"
}