All notable changes to the "vscode-run-rspec-file" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Fix when using devcontainer with /app project
- Added support to multi-root folders
- Fix when we use suffix configuration
- Fix when we use folder configuration
- Fix when non rails like app
- Cache settings when opened first
- Added suppor to run all opened files #25
- 🎉 Using
vscode.workspace.workspaceFolders
to find rootFolder in order to create arootFile
thanks @yock for this PR #16
- 🎉 added support to toggle file using cmd+alt+o Thanks @kulas115 for issue
- fix when exists folder app within app root
- fix when run in the spec folder
- fix when run in the lib folder
- save automatically
- added run last command with cmd+y