My extension is not being activated in Cursor

I’m developing an extension which works properly in VSCode, but when debugging it in Cursor, it is never activated, I have already tested adding “*” to the activationEvents:

I’ve had this issue as well. I wound up using vsce to package it and drag the package file into the extensions menu.

1 Like