A vscode extension which lets you use dura from within vscode
- Automatically launch dura and watch folders from vscode
- Show icon at bottom which tells the user if dura is running or not
- Show dura snapshots in IDE, and allow user to see the differences between them
- Have option to automatically watch directories when you open a workspace
- Auto download dura binary if not found (maybe)
Dura is needed for this extension to work properly. You can download it from the official GitHub Repository
This extension contributes the following settings:
dura-vscode.startPrompt
: Choose whether or not to show the "dura is not running" prompt on startup. Possible values: prompt: autoStartdura-vscode.checkWorkspaces
: Whether or not to show the prompt to watch directories
- Initial release