You can easily run test commands in the integrated terminal.
screenshot.mp4
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"
}
}
}
}
Bug fix
Initial release
vsce publish