This repository contains test cases and examples for testing the VSCode RunOnSave extension functionality across various scenarios.
- _issues/: Workspaces for testing specific Github issues / PRs
- folder/: Folder based workspace
- multiroot/: Multi-root workspace testing
- singleroot/: Single-root workspace testing
- notebooks/: Jupyter notebook examples
- Open the desired folder or workspace file (
.code-workspace) in VSCode - Configure RunOnSave settings as needed
- Make changes to files and observe the save-triggered actions
This is a testing repository. Add new test cases in appropriate folders following the existing structure.