Hi! Have you considered adding compatibility for Cursor to the extension? It is available from Open VSX (https://open-vsx.org/extension/eridien/vscode-function-explorer), but installing from vsix I get:
❯ cursor --install-extension ~/Downloads/eridien.vscode-function-explorer-0.1.9.vsix
Installing extensions...
Error: Unable to install extension 'eridien.vscode-function-explorer' as it is not compatible with VS Code '1.99.3'.
at cl.install (file:///Applications/Cursor.app/Contents/Resources/app/out/vs/code/node/cliProcessMain.js:58:38746)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Hi.installVSIX (file:///Applications/Cursor.app/Contents/Resources/app/out/vs/code/node/cliProcessMain.js:51:1097)
at async file:///Applications/Cursor.app/Contents/Resources/app/out/vs/code/node/cliProcessMain.js:50:1961
at async Promise.all (index 0)
at async Hi.installExtensions (file:///Applications/Cursor.app/Contents/Resources/app/out/vs/code/node/cliProcessMain.js:50:1898)
at async file:///Applications/Cursor.app/Contents/Resources/app/out/vs/code/node/cliProcessMain.js:78:13849
at async Module.Zy (file:///Applications/Cursor.app/Contents/Resources/app/out/vs/code/node/cliProcessMain.js:78:17704)
at async vn (file:///Applications/Cursor.app/Contents/Resources/app/out/cli.js:31:14945)
Failed Installing Extensions: file:///Users/olivierlefloch/Downloads/eridien.vscode-function-explorer-0.1.9.vsix
It seems you require VSCode 1.100 and Cursor reports itself as VSCode 1.33.x? I'm not familiar enough with VS Code extensions and requirements for VSCode Function Explorer to determine how hard it would be to make it compatible. I'm happy to give it a go if you are able to provide high level guidance on what you believe would need to be done to fix this issue? Thanks in advance!
Hi! Have you considered adding compatibility for Cursor to the extension? It is available from Open VSX (https://open-vsx.org/extension/eridien/vscode-function-explorer), but installing from
vsixI get:It seems you require VSCode
1.100and Cursor reports itself asVSCode 1.33.x? I'm not familiar enough with VS Code extensions and requirements for VSCode Function Explorer to determine how hard it would be to make it compatible. I'm happy to give it a go if you are able to provide high level guidance on what you believe would need to be done to fix this issue? Thanks in advance!