Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

40 lines (24 loc) · 1.1 KB

Change Log

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.

v0.6.12

  • Fix when using devcontainer with /app project

v0.6.1

  • 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

v0.5.20

  • Added suppor to run all opened files #25

v0.5.10

  • 🎉 Using vscode.workspace.workspaceFolders to find rootFolder in order to create a rootFile thanks @yock for this PR #16

v0.5.9

v0.5.7

  • fix when exists folder app within app root
  • fix when run in the spec folder
  • fix when run in the lib folder

v0.4.0

  • save automatically
  • added run last command with cmd+y