Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.116.0
- OS Version: MacOS 26.4.1
Steps to Reproduce:
- set up a marketplace with plugin that embeds some plugins resources as git-lfs (ex: some skills svg or archives ...)
- add in marketplace in vscode
Error when fetching the project:
git-lfs filter-process: git-lfs: command not found fatal: the remote end hung up unexpectedly warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/'
Going into the cloned project :
- clone has been done
git lfs install + git reset --hard HEAD works, all resources as correctly fetched and the plugins are working
I also would like the clone to be actually only a partial clone of the folders pointed by the plugins in marketplace.json (a sparsecheckout), that would help for project like awesome-copilot that has more than plugins in the same git project
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Error when fetching the project:
Going into the cloned project :
git lfs install+git reset --hard HEADworks, all resources as correctly fetched and the plugins are workingI also would like the clone to be actually only a partial clone of the folders pointed by the plugins in marketplace.json (a sparsecheckout), that would help for project like awesome-copilot that has more than plugins in the same git project