When I debug a VS Code extension using CurosrAI IDE, the commands defined in my package.json
are not shown in the new CursorAI Instance, and I get this in the DEBUG CONSOLE:
activating cursor retrieval extension isDev: false
I tried using vanilla VS Code to debug the exact same extension and it works just fine, but it doesn’t seem to work on CurosrAI.
In VSCode:
The default Hello World
command appears.
In CursorAI:
There’s no Hello World
command (No matching commands).