-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support git-lfs #7
Comments
The latest prerelease of GitHub Repositories on VS Code desktop supports reading LFS files from GitHub with the following setting (same goes for Azure Repos): {
"githubRepositories.experimental.lfs.read.enabled": true,
"azureRepos.experimental.lfs.read.enabled": true
} Caveats:
|
Latest status: we now support committing LFS files from remote repositories in VS Code desktop with Azure Repos and GitHub. We are still waiting on a CORS update from GitHub to unblock the vscode.dev/github.dev commit scenario, so assigning to April. |
LFS commit support is now available for GitHub repos in the current insiders.vscode.dev and github.dev. Tracking support for Azure Repos in vscode.dev here: #317 |
Provide support for repositories that use git-lfs.
The text was updated successfully, but these errors were encountered: