Appimage arguments are not passed through to VSCode binary

Hi! Huge fan of Cursor.

My desktop uses a nvidia gpu and so I need to run the appimage with --use-gl=desktop to force Xwayland.

This works with base vscode (ex: code . --use-gl=desktop).

However, when I try passing arguments to the appimage (ex: ./cursor-0.34.5x86_64.AppImage --help), it seems like the cli arguments are not passed through to the underlying VSCode binary (which are then passed to Electron :turtle:).

(not sure if this is discussed elsewhere or if this has already been patched.)

After inspecting the AppRun, I realize I was wrong and arguments are being passed through correctly. (at least as of 0.37)

This issue can/should probably be closed.