I logged the server response in src/routes/api/[...slugs]/+server.ts and I noticed that it is always this:
"rangeToReplace": {
"startLine": 1,
"startColumn": 1,
"endLine": 0,
"endColumn": 0
},
Does this prevent the Jump to Edit feature which Cursor can do?