Hi, i solved this by opening cursor in WSL.
Within Terminal, cd to the path of the repo within WSL, will look something like /mnt/c/ and then open cursor from there (cursor .) with full path.
Hi, i solved this by opening cursor in WSL.
Within Terminal, cd to the path of the repo within WSL, will look something like /mnt/c/ and then open cursor from there (cursor .) with full path.
Hello, here is what I did and that worked for Windows users
Finally I found the solution.
find ~ -name "claude-code.vsix"
to find out the vsix’s path in wsl, it looks like /home/usr/.npm-global/lib/node_modules/@anthropic-ai/claude-code/vendor/claude-code.vsix
cursor --install-extension \\wsl.localhost\Ubuntu\home\usr\.npm-global\lib\node_modules\@anthropic-ai\claude-code\vendor\claude-code.vsix
/mnt/e/your/project/path