tespoyo
executes test commands in the integrated terminal.
screenshot.mp4
最後にフォーカスをあてた統合ターミナルでテストコマンドを実行してくれる拡張機能です。
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
You can define workspace-specific settings as follows.
Command Palette -> tespoyo: Initialize workspace settings for current language
example:
{
"[ruby]": {
"tespoyo": {
"commands": {
"ruby": {
"line": "bundle exec rake test ${file}:${line}",
"file": "bundle exec rake test ${file}",
"all": "bundle exec rake test"
}
}
}
}
}
Workspace設定を入れてくれるコマンドを追加
Bug fix
Initial release
vsce publish
- js support
- go support