Hi,
I built a vscode copilot chat extension, that adds a “participant” to the chat window (accessed via “@”) where I can get the user prompt in my extension and act upon it.
This extension seems to be loaded correctly in cursor, but I cannot access my chat participant from cursor chat window.
Does this kind of extension supported in cursor?
Is there a way to extend cursor chat window capabilities?