Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>tespoyoNew to Visual Studio Code? Get it now.
tespoyo

tespoyo

ykpythemind

|
7 installs
| (0) | Free
test your code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

tespoyo

An extension that sends and executes test commands to the integrated terminal, which has been our most recent focus. You can easily run test commands in the integrated terminal.

Screenshot

[日本語]

最後にフォーカスをあてた統合ターミナルでテストコマンドを実行してくれる拡張機能です。

Commands

  • tespoyo: Run test (current line)
  • tespoyo: Run test (current file)
  • tespoyo: Run all tests
  • tespoyo: Run the most recent test
  • tespoyo: Initialize workspace settings for current language

Workspace settings

You can define workspace-specific settings as follows.

Command Palette -> tespoyo: Initialize workspace settings for current language

{
  "[ruby]": {
    "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.3

Workspace設定を入れてくれるコマンドを追加

1.0.2

Bug fix

1.0.0

Initial release

Release

vsce publish

TODO

  • [ ] js support
  • [ ] go support
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft