I am currently working on the development of a Visual Studio Code plugin. During this process, Prettier is used as a code formatting tool. After officially publishing it to the application market, it works normally when used in Visual Studio Code, but an error occurs when running it in Cursor. The error message is: “A dynamic import callback was not specified.” So, how should I solve this problem? Does Cursor not support dynamic loading?