https://github.com/againstentropy/huggingface-repo-vscode
https://github.com/againstentropy/huggingface-repo-vscode
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/againstentropy/huggingface-repo-vscode
- Owner: AgainstEntropy
- License: mit
- Created: 2024-06-29T00:18:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T00:41:19.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T09:58:23.731Z (over 1 year ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# HuggingFace Repo Extension
This Visual Studio Code extension allows you to quickly open a HuggingFace repository with a single button click.
## Features
- Automatically detects if a repository has a HuggingFace remote and enables the button accordingly.
- Adds a button to the editor title and source control view to open a HuggingFace repository.
## Extension Settings
This extension contributes the following settings:
- `huggingface.showEditorTitleLocation`: Specifies where to display the button in the editor title menu bar. Options are `"navigation"` or `"More Actions"`. Default is `"navigation"`.
- `huggingface.showSourceControlViewLocation`: Specifies where to display the button in the source control view. Options are `"navigation"` or `"More Actions"`. Default is `"More Actions"`.
---
**Enjoy!**