When cursor cites sections of code it uses a file:// url so that cursor can easily find that section of code.
However, when I copy a message. It’s usually because I want to put it in a JIRA ticket or share it with a teammate. The file:// url is kind of a pain in this case it would be really cool if when I click the copy button for a response the urls that get copied are github URLs that so that people reading my JIRA tickets can easily follow the links.
I imagine there are a few gotchas around code not being commited but maybe for any code that is modified in the working copy use a file:// url. But for anything that isn’t changed try to grab a PERMA link for the current HEAD.