Hey. I’d like to be able to open cursor from WSL2 when I’ve already entered WSL2 via Windows Terminal. I can do this via vscode by typing code .
Here’s what happens when I try with Cursor:
josh@Vac:~/proj$ cursor .
cursor: command not found
I’ve tried using the absolute path to Cursor.exe like this:
josh@Vac:~proj$ /mnt/c/Users/joshk/AppData/local/Programs/cursor/Cursor.exe .
And it surely opens Cursor, but when opened this way, Cursor doesn’t use the WSL Remote Window mode.
Any ideas? Thanks.