Skip to content

ykpythemind/tespoyo

Repository files navigation

tespoyo

You can easily run test commands in the integrated terminal.

screenshot.mp4

Extension Settings

You can define workspace-specific settings as follows. ( Command Palette -> Preferences: Open Workspace Settings (JSON) )

{
  "tespoyo": {
    "commands": {
      "ruby": {
        "line": "bundle exec rake test ${file}:${line}",
        "file": "bundle exec rake test ${file}",
        "all": "bundle exec rake test"
      }
    }
  }
}

Release Notes

1.0.2

Bug fix

1.0.0

Initial release

Release

vsce publish

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published