An open API service indexing awesome lists of open source software.

https://github.com/againstentropy/huggingface-repo-vscode


https://github.com/againstentropy/huggingface-repo-vscode

Last synced: over 1 year ago
JSON representation

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!**