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: 9 days 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-31T06:10:38.000Z (5 months ago)
- Last Synced: 2024-11-17T17:36:49.393Z (2 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: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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]: