Welcome to the VS Code SCM Sparse Checkout Extension! This extension integrates with the Source Control Management (SCM) system to facilitate the use of sparse checkout directly within the VS Code editor. Sparse checkout allows you to selectively clone and checkout parts of a repository, improving performance and efficiency when working with large codebases.
Features
Version 0.0.6
New Documentation: Explain step by step how to use the extension.
Version 0.0.5
Remove Sparse Checkout: Easily perform remove sparse checkout by clicking a button on the file list.
Version 0.0.4
Repository File View: Visualize all the files in your repository within the VS Code editor.
Sparse Checkout: Easily perform sparse checkout by clicking a button on the file list.
Installation
Open VS Code.
Go to the Extensions view by clicking the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X.
Search for "SCM Sparse Checkout Extension".
Click "Install".
Usage
After installing the extension, open your project with sparse-checkout in VS Code.
Navigate to the Source Control view.
You will see a new section displaying all the files in your repository.
Click to expand GIF
To perform a sparse checkout, simply click the button next to the file or folder you want to checkout (+).
You can filter the remote files to find them more easily.
Click to expand GIF
To remove a file from sparse checkout, simply click the button next to the file or folder you want to checkout (-).
Click to expand GIF
License
This project is licensed under the MIT License. See the LICENSE file for details.