We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VSCode allows us to add custom context menu items to the built-in File Explorer.
We can expose the following commonly used DVC commands via new custom DVC menu group for managed files and folders:
dvc init --subdir <dir>
dvc add targets <dir/file>
dvc checkout targets <dir/file>
dvc checkout
dvc checkout --recursive targets <dir>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
VSCode allows us to add custom context menu items to the built-in File Explorer.
We can expose the following commonly used DVC commands via new custom DVC menu group for managed files and folders:
dvc init --subdir <dir>
dvc add targets <dir/file>
dvc checkout targets <dir/file>
dvc checkout
for the selected file or directory.dvc checkout --recursive targets <dir>
dvc checkout
recursively for the selected directory and its subdirectories.The text was updated successfully, but these errors were encountered: