lapce-cpp-clangd
lapce-cpp-clangd copied to clipboard
fix unzipping
Currently the code tries to delete the downloaded zip file each time a file is extracted, leading to a file not found error. Moving this out of the loop makes unzipping work correctly.