bytestash READMEThis extension allows you to upload snippets to ByteStash directly from VS Code. FeaturesPushPushes the content of the current file. Available as a command, from the file context menu and from the editor title bar. Push SelectedPushes the selected content. Available as a command and from the editor context menu. Quick ModeEnabling quick mode creates a new snippet without asking for user input (such as for naming). Title and language will be based on information extracted from VS Code. Extension SettingsThis extension contributes the following settings:
Known Issues
NotesThe ByteStash API is designed in a weird way (such as taking a string instead of a JSON array or taking a string instead of a boolean). This extension is designed to accomodate this but an update might be required if the ByteStash API changes. |