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.
- 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