Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rlaphoenix/vscode-vapoursynth-preview-button
Preview button for VapourSynth vpy files in VSCode's Editor Action Group.
https://github.com/rlaphoenix/vscode-vapoursynth-preview-button
extension python vapoursynth visual-studio-code vs-edit vs-preview vscode vscode-extension vse-preview
Last synced: about 1 month ago
JSON representation
Preview button for VapourSynth vpy files in VSCode's Editor Action Group.
- Host: GitHub
- URL: https://github.com/rlaphoenix/vscode-vapoursynth-preview-button
- Owner: rlaphoenix
- License: mit
- Created: 2024-06-20T19:04:31.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-21T11:08:50.000Z (6 months ago)
- Last Synced: 2024-06-22T14:46:04.835Z (6 months ago)
- Topics: extension, python, vapoursynth, visual-studio-code, vs-edit, vs-preview, vscode, vscode-extension, vse-preview
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=rlaphoenix.vapoursynth-preview-button
- Size: 60.5 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
# VapourSynth Preview Button
Preview button for VapourSynth vpy files in VSCode's Editor Action Group.
![Screenshot](/images/screenshot.jpg)
## Usage
- Script file must use the `.vpy` file extension.
- Set the language associated with `.vpy` files to Python.
- Add [vse-previewer] to your environment path so that the `vse-previewer` binary can be found and used.Note: This extension has no settings.
## Known Issues
- Keybindings should be Shift+Space (or Cmd+Shift+Space on Mac) but they do not work.
## Credits
- Code inspired by: [GoNavBar by scotthew](https://github.com/scotthew/go-nav-bar-vscode-extension)
- Icons by: [Material Design Icons](https://materialdesignicons.com)[vse-previewer]: