cursor
cursor copied to clipboard
The exdir parameter of unzip command in setup.sh generate wrong path
After executing command npm start, I get this error on my Mac: Cannot find module '~/cursor/lsp/copilot/dist/agent.js'
Then I find out the real path of agent.js is '~/cursor/lsp/lsp/copilot/dist/agent.js'
So, maybe the exdir of unzip command should be the current dir
unzip resources.zip -d .
unzip lsp.zip -d .