- Upload a selection of code to hastebin, or even a full file!
- Support for psty and all hastebin-based websites!
- Context menu actions
- Custom haste URLs (e.g. myhaste.haste.conorthedev.me // myhaste.vsc-haste.something)
vscode >= 1.37.0
This extension contributes the following settings:
vsc-haste.host
: set the hastebin provider (e.g.https://haste.uses-dark-the.me
,https://psty.io
)vsc-haste.psty.theme
: set the theme to use for psty.io uploads (matches dropdown on https://psty.io) (not required if you're not using psty.io)
- psty theme selection (vsc-haste.psty.theme)
- Language detection for hastebin based sites
- Experimental language detection for psty
- Better error handling
- Rewrote codebase, should be faster and extension should be slightly smaller in release than in dev builds (575.01kb before rewrite, 507.07 after)
- Fix the notification text being the opposite of the action run
- UI Settings, no need to edit JSON values!
- Added custom icon
- Added header image
- psty support
- General Improvements
- Fix commands not showing in context menu
- Initial release of vsc-haste!