cursor icon indicating copy to clipboard operation
cursor copied to clipboard

The exdir parameter of unzip command in setup.sh generate wrong path

Open Jonkimi opened this issue 2 years ago • 0 comments

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 .

Jonkimi avatar Mar 25 '23 14:03 Jonkimi